#BEFBC3

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

Shades of Granny Apple #BEFBC3

Tints of Granny Apple #BEFBC3

Color information

#BEFBC3 (or 0xBEFBC3) is unknown color: approx Granny Apple. HEX triplet: BE, FB and C3. RGB value is (190,251,195). Sum of RGB (Red+Green+Blue) = 190+251+195=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBC3 is #41043C. Grayscale: #E2E2E2. Windows color (decimal): -4260925 or 12843966. OLE color: 12843966.

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

Color convert

RGB190251195-
CMYK0.2400.220.02
HSL124.92º88.41%86.47%-
HSV(B)124.92º24.3%98.43%-
XYZ65.5883.8864.36-
YUV226.38110.29102.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=29.87%
G=39.47%
B=30.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511950.2400.220.02124.9288.4186.47
HexBEFBC31801627d5856
Octal276373303300262175130126
Binary1011111011111011110000111100001011010111110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBC3; }

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

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

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

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

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

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

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

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