#BEF8CE

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

Shades of Granny Apple #BEF8CE

Tints of Granny Apple #BEF8CE

Color information

#BEF8CE (or 0xBEF8CE) is unknown color: approx Granny Apple. HEX triplet: BE, F8 and CE. RGB value is (190,248,206). Sum of RGB (Red+Green+Blue) = 190+248+206=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8CE is #410731. Grayscale: #E1E1E1. Windows color (decimal): -4261682 or 13564094. OLE color: 13564094.

HSL color Cylindrical-coordinate representation of color #BEF8CE: hue angle of 136.55º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8CE is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB190248206-
CMYK0.2300.170.03
HSL136.55º80.56%85.88%-
HSV(B)136.55º23.39%97.25%-
XYZ65.9482.5470.85-
YUV225.87116.78102.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=29.50%
G=38.51%
B=31.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482060.2300.170.03136.5580.5685.88
HexBEF8CE170113895156
Octal276370316270213211121126
Binary10111110111110001100111010111010001111000100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8CE; }

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

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

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

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

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

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

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

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