#BEFBCF

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

Shades of Granny Apple #BEFBCF

Tints of Granny Apple #BEFBCF

Color information

#BEFBCF (or 0xBEFBCF) is unknown color: approx Granny Apple. HEX triplet: BE, FB and CF. RGB value is (190,251,207). Sum of RGB (Red+Green+Blue) = 190+251+207=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBCF is #410430. Grayscale: #E3E3E3. Windows color (decimal): -4260913 or 13630398. OLE color: 13630398.

HSL color Cylindrical-coordinate representation of color #BEFBCF: hue angle of 136.72º 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 #BEFBCF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190251207-
CMYK0.2400.180.02
HSL136.72º88.41%86.47%-
HSV(B)136.72º24.3%98.43%-
XYZ66.9984.4571.8-
YUV227.74116.29101.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=29.32%
G=38.73%
B=31.94%

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
Decimal1902512070.2400.180.02136.7288.4186.47
HexBEFBCF180122895856
Octal276373317300222211130126
Binary10111110111110111100111111000010010101000100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBCF; }

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

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

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

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

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

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

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

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