#BDFECE

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

Shades of Granny Apple #BDFECE

Tints of Granny Apple #BDFECE

Color information

#BDFECE (or 0xBDFECE) is unknown color: approx Granny Apple. HEX triplet: BD, FE and CE. RGB value is (189,254,206). Sum of RGB (Red+Green+Blue) = 189+254+206=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECE is #420131. Grayscale: #E5E5E5. Windows color (decimal): -4325682 or 13565629. OLE color: 13565629.

HSL color Cylindrical-coordinate representation of color #BDFECE: hue angle of 135.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFECE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB189254206-
CMYK0.2600.190.00
HSL135.69º97.01%86.86%-
HSV(B)135.69º25.59%99.61%-
XYZ67.5786.1671.46-
YUV229.09114.9799.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=29.12%
G=39.14%
B=31.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542060.2600.190.00135.6997.0186.86
HexBDFECE1A0130886157
Octal275376316320230210141127
Binary1011110111111110110011101101001001101000100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFECE; }

 p { color: rgb(189,254,206); }

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

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

 a { background-color: rgb(189,254,206); }

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

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

 span { border-color: rgb(189,254,206); }

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