#BEFBCE

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

Shades of Granny Apple #BEFBCE

Tints of Granny Apple #BEFBCE

Color information

#BEFBCE (or 0xBEFBCE) is unknown color: approx Granny Apple. HEX triplet: BE, FB and CE. RGB value is (190,251,206). Sum of RGB (Red+Green+Blue) = 190+251+206=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBCE is #410431. Grayscale: #E3E3E3. Windows color (decimal): -4260914 or 13564862. OLE color: 13564862.

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

Color convert

RGB190251206-
CMYK0.2400.180.02
HSL135.74º88.41%86.47%-
HSV(B)135.74º24.3%98.43%-
XYZ66.8784.471.16-
YUV227.63115.79101.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=29.37%
G=38.79%
B=31.84%

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
Decimal1902512060.2400.180.02135.7488.4186.47
HexBEFBCE180122885856
Octal276373316300222210130126
Binary10111110111110111100111011000010010101000100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBCE; }

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

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

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

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

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

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

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

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