#BDFDE9

Color #BDFDE9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BDFDE9

Tints of Water Leaf #BDFDE9

Color information

#BDFDE9 (or 0xBDFDE9) is unknown color: approx Water Leaf. HEX triplet: BD, FD and E9. RGB value is (189,253,233). Sum of RGB (Red+Green+Blue) = 189+253+233=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDE9 is #420216. Grayscale: #E7E7E7. Windows color (decimal): -4325911 or 15334845. OLE color: 15334845.

HSL color Cylindrical-coordinate representation of color #BDFDE9: hue angle of 161.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDE9 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB189253233-
CMYK0.2500.080.01
HSL161.25º94.12%86.67%-
HSV(B)161.25º25.3%99.22%-
XYZ70.8286.9590.14-
YUV231.58128.897.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=28%
G=37.48%
B=34.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532330.2500.080.01161.2594.1286.67
HexBDFDE919081a15e57
Octal275375351310101241136127
Binary101111011111110111101001110010100011010000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDE9; }

 p { color: rgb(189,253,233); }

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

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

 a { background-color: rgb(189,253,233); }

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

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

 span { border-color: rgb(189,253,233); }

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