#BDFFD1

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

Shades of Granny Apple #BDFFD1

Tints of Granny Apple #BDFFD1

Color information

#BDFFD1 (or 0xBDFFD1) is unknown color: approx Granny Apple. HEX triplet: BD, FF and D1. RGB value is (189,255,209). Sum of RGB (Red+Green+Blue) = 189+255+209=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD1 is #42002E. Grayscale: #E6E6E6. Windows color (decimal): -4325423 or 13762493. OLE color: 13762493.

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

Color convert

RGB189255209-
CMYK0.2600.180
HSL138.18º100%87.06%-
HSV(B)138.18º25.88%100%-
XYZ68.2586.9473.51-
YUV230.02116.1398.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=28.94%
G=39.05%
B=32.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552090.2600.180138.1810087.06
HexBDFFD11A01208a6457
Octal275377321320220212144127
Binary1011110111111111110100011101001001001000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFD1; }

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

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

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

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

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

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

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

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