#BEFBCD

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

Shades of Granny Apple #BEFBCD

Tints of Granny Apple #BEFBCD

Color information

#BEFBCD (or 0xBEFBCD) is unknown color: approx Granny Apple. HEX triplet: BE, FB and CD. RGB value is (190,251,205). Sum of RGB (Red+Green+Blue) = 190+251+205=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBCD is #410432. Grayscale: #E3E3E3. Windows color (decimal): -4260915 or 13499326. OLE color: 13499326.

HSL color Cylindrical-coordinate representation of color #BEFBCD: hue angle of 134.75º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBCD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190251205-
CMYK0.2400.180.02
HSL134.75º88.41%86.47%-
HSV(B)134.75º24.3%98.43%-
XYZ66.7584.3570.52-
YUV227.52115.29101.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=29.41%
G=38.85%
B=31.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512050.2400.180.02134.7588.4186.47
HexBEFBCD180122875856
Octal276373315300222207130126
Binary10111110111110111100110111000010010101000011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBCD; }

 p { color: rgb(190,251,205); }

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

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

 a { background-color: rgb(190,251,205); }

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

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

 span { border-color: rgb(190,251,205); }

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