#BEFCD0

Color #BEFCD0 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BEFCD0

Tints of Granny Apple #BEFCD0

Color information

#BEFCD0 (or 0xBEFCD0) is unknown color: approx Granny Apple. HEX triplet: BE, FC and D0. RGB value is (190,252,208). Sum of RGB (Red+Green+Blue) = 190+252+208=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD0 is #41032F. Grayscale: #E4E4E4. Windows color (decimal): -4260656 or 13696190. OLE color: 13696190.

HSL color Cylindrical-coordinate representation of color #BEFCD0: hue angle of 137.42º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB190252208-
CMYK0.2500.170.01
HSL137.42º91.18%86.67%-
HSV(B)137.42º24.6%98.82%-
XYZ67.4385.1272.55-
YUV228.45116.46100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 208 (81.64% from 255) = 32%
R=29.23%
G=38.77%
B=32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522080.2500.170.01137.4291.1886.67
HexBEFCD0190111895b57
Octal276374320310211211133127
Binary1011111011111100110100001100101000111000100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCD0; }

 p { color: rgb(190,252,208); }

 H1.HeaderClassName
 {
   color: #BEFCD0;
 }
 .AnyTagClassName
 {
   color: #BEFCD0;
 }
</style>
background-color css

<style>
 a { background-color: #BEFCD0; }

 a { background-color: rgb(190,252,208); }

 div.DivClassName
 {
   background-color: #BEFCD0;
 }
 .BgClassName
 {
   background-color: #BEFCD0;
 }
</style>
border-color css

<style>
 span { border-color: #BEFCD0; }

 span { border-color: rgb(190,252,208); }

 td.TdClassName
 {
   border-color: #BEFCD0;
 }
 .TagClassName
 {
   border-color: #BEFCD0;
 }
</style>