#BDF1D0

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

Shades of Granny Apple #BDF1D0

Tints of Granny Apple #BDF1D0

Color information

#BDF1D0 (or 0xBDF1D0) is unknown color: approx Granny Apple. HEX triplet: BD, F1 and D0. RGB value is (189,241,208). Sum of RGB (Red+Green+Blue) = 189+241+208=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D0 is #420E2F. Grayscale: #DDDDDD. Windows color (decimal): -4329008 or 13693373. OLE color: 13693373.

HSL color Cylindrical-coordinate representation of color #BDF1D0: hue angle of 141.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1D0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB189241208-
CMYK0.2200.140.05
HSL141.92º65%84.31%-
HSV(B)141.92º21.58%94.51%-
XYZ63.8378.2871.42-
YUV221.69120.27104.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=29.62%
G=37.77%
B=32.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412080.2200.140.05141.926584.31
HexBDF1D0160E58e4154
Octal275361320260165216101124
Binary10111101111100011101000010110011101011000111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1D0; }

 p { color: rgb(189,241,208); }

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

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

 a { background-color: rgb(189,241,208); }

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

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

 span { border-color: rgb(189,241,208); }

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