#BDFACE

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

Shades of Granny Apple #BDFACE

Tints of Granny Apple #BDFACE

Color information

#BDFACE (or 0xBDFACE) is unknown color: approx Granny Apple. HEX triplet: BD, FA and CE. RGB value is (189,250,206). Sum of RGB (Red+Green+Blue) = 189+250+206=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFACE is #420531. Grayscale: #E2E2E2. Windows color (decimal): -4326706 or 13564605. OLE color: 13564605.

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

Color convert

RGB189250206-
CMYK0.2400.180.02
HSL136.72º85.92%86.08%-
HSV(B)136.72º24.4%98.04%-
XYZ66.3183.6571.04-
YUV226.74116.29101.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=29.30%
G=38.76%
B=31.94%

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
Decimal1892502060.2400.180.02136.7285.9286.08
HexBDFACE180122895656
Octal275372316300222211126126
Binary10111101111110101100111011000010010101000100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFACE; }

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

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

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

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

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

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

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

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