#BFE8CE

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

Shades of Granny Apple #BFE8CE

Tints of Granny Apple #BFE8CE

Color information

#BFE8CE (or 0xBFE8CE) is unknown color: approx Granny Apple. HEX triplet: BF, E8 and CE. RGB value is (191,232,206). Sum of RGB (Red+Green+Blue) = 191+232+206=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8CE is #401731. Grayscale: #D8D8D8. Windows color (decimal): -4200242 or 13559999. OLE color: 13559999.

HSL color Cylindrical-coordinate representation of color #BFE8CE: hue angle of 141.95º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8CE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB191232206-
CMYK0.1800.110.09
HSL141.95º47.13%82.94%-
HSV(B)141.95º17.67%90.98%-
XYZ61.4873.2569.29-
YUV216.78121.92109.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=30.37%
G=36.88%
B=32.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322060.1800.110.09141.9547.1382.94
HexBFE8CE120B98e2f53
Octal277350316220131121657123
Binary10111111111010001100111010010010111001100011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8CE; }

 p { color: rgb(191,232,206); }

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

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

 a { background-color: rgb(191,232,206); }

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

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

 span { border-color: rgb(191,232,206); }

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