#BDF0C6

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

Shades of Granny Apple #BDF0C6

Tints of Granny Apple #BDF0C6

Color information

#BDF0C6 (or 0xBDF0C6) is unknown color: approx Granny Apple. HEX triplet: BD, F0 and C6. RGB value is (189,240,198). Sum of RGB (Red+Green+Blue) = 189+240+198=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C6 is #420F39. Grayscale: #DCDCDC. Windows color (decimal): -4329274 or 13037757. OLE color: 13037757.

HSL color Cylindrical-coordinate representation of color #BDF0C6: hue angle of 130.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0C6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB189240198-
CMYK0.2100.180.06
HSL130.59º62.96%84.12%-
HSV(B)130.59º21.25%94.12%-
XYZ62.3477.2265.04-
YUV219.96115.6105.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=30.14%
G=38.28%
B=31.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401980.2100.180.06130.5962.9684.12
HexBDF0C6150126833f54
Octal27536030625022620377124
Binary10111101111100001100011010101010010110100000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0C6; }

 p { color: rgb(189,240,198); }

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

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

 a { background-color: rgb(189,240,198); }

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

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

 span { border-color: rgb(189,240,198); }

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