#BDFFD3

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

Shades of Granny Apple #BDFFD3

Tints of Granny Apple #BDFFD3

Color information

#BDFFD3 (or 0xBDFFD3) is unknown color: approx Granny Apple. HEX triplet: BD, FF and D3. RGB value is (189,255,211). Sum of RGB (Red+Green+Blue) = 189+255+211=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD3 is #42002C. Grayscale: #E6E6E6. Windows color (decimal): -4325421 or 13893565. OLE color: 13893565.

HSL color Cylindrical-coordinate representation of color #BDFFD3: hue angle of 140º 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 #BDFFD3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB189255211-
CMYK0.2600.170
HSL140º100%87.06%-
HSV(B)140º25.88%100%-
XYZ68.587.0474.82-
YUV230.25117.1398.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=28.85%
G=38.93%
B=32.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552110.2600.17014010087.06
HexBDFFD31A01108c6457
Octal275377323320210214144127
Binary1011110111111111110100111101001000101000110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFD3; }

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

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

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

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

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

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

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

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