#BDFFD0

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

Shades of Granny Apple #BDFFD0

Tints of Granny Apple #BDFFD0

Color information

#BDFFD0 (or 0xBDFFD0) is unknown color: approx Granny Apple. HEX triplet: BD, FF and D0. RGB value is (189,255,208). Sum of RGB (Red+Green+Blue) = 189+255+208=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD0 is #42002F. Grayscale: #E6E6E6. Windows color (decimal): -4325424 or 13696957. OLE color: 13696957.

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

Color convert

RGB189255208-
CMYK0.2600.180
HSL137.27º100%87.06%-
HSV(B)137.27º25.88%100%-
XYZ68.1386.8972.86-
YUV229.91115.6398.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=28.99%
G=39.11%
B=31.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552080.2600.180137.2710087.06
HexBDFFD01A0120896457
Octal275377320320220211144127
Binary1011110111111111110100001101001001001000100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFD0; }

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

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

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

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

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

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

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

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