#BDF0C9

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

Shades of Granny Apple #BDF0C9

Tints of Granny Apple #BDF0C9

Color information

#BDF0C9 (or 0xBDF0C9) is unknown color: approx Granny Apple. HEX triplet: BD, F0 and C9. RGB value is (189,240,201). Sum of RGB (Red+Green+Blue) = 189+240+201=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C9 is #420F36. Grayscale: #DCDCDC. Windows color (decimal): -4329271 or 13234365. OLE color: 13234365.

HSL color Cylindrical-coordinate representation of color #BDF0C9: hue angle of 134.12º 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 #BDF0C9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB189240201-
CMYK0.2100.160.06
HSL134.12º62.96%84.12%-
HSV(B)134.12º21.25%94.12%-
XYZ62.6977.3666.89-
YUV220.3117.1105.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=30%
G=38.10%
B=31.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402010.2100.160.06134.1262.9684.12
HexBDF0C9150106863f54
Octal27536031125020620677124
Binary10111101111100001100100110101010000110100001101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0C9; }

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

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

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

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

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

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

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

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