#BDEEE5

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

Shades of Water Leaf #BDEEE5

Tints of Water Leaf #BDEEE5

Color information

#BDEEE5 (or 0xBDEEE5) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E5. RGB value is (189,238,229). Sum of RGB (Red+Green+Blue) = 189+238+229=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE5 is #42111A. Grayscale: #DEDEDE. Windows color (decimal): -4329755 or 15068861. OLE color: 15068861.

HSL color Cylindrical-coordinate representation of color #BDEEE5: hue angle of 168.98º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEE5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB189238229-
CMYK0.2100.040.07
HSL168.98º59.04%83.73%-
HSV(B)168.98º20.59%93.33%-
XYZ65.777.6385.65-
YUV222.32131.77104.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=28.81%
G=36.28%
B=34.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382290.2100.040.07168.9859.0483.73
HexBDEEE515047a93b54
Octal2753563452504725173124
Binary101111011110111011100101101010100111101010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE5; }

 p { color: rgb(189,238,229); }

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

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

 a { background-color: rgb(189,238,229); }

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

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

 span { border-color: rgb(189,238,229); }

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