#BDFDE8

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

Shades of Water Leaf #BDFDE8

Tints of Water Leaf #BDFDE8

Color information

#BDFDE8 (or 0xBDFDE8) is unknown color: approx Water Leaf. HEX triplet: BD, FD and E8. RGB value is (189,253,232). Sum of RGB (Red+Green+Blue) = 189+253+232=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDE8 is #420217. Grayscale: #E7E7E7. Windows color (decimal): -4325912 or 15269309. OLE color: 15269309.

HSL color Cylindrical-coordinate representation of color #BDFDE8: hue angle of 160.31º 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 #BDFDE8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB189253232-
CMYK0.2500.080.01
HSL160.31º94.12%86.67%-
HSV(B)160.31º25.3%99.22%-
XYZ70.6886.989.39-
YUV231.47128.397.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=28.04%
G=37.54%
B=34.42%

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
Decimal1892532320.2500.080.01160.3194.1286.67
HexBDFDE819081a05e57
Octal275375350310101240136127
Binary101111011111110111101000110010100011010000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDE8; }

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

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

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

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

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

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

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

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