#BDEEE1

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

Shades of Water Leaf #BDEEE1

Tints of Water Leaf #BDEEE1

Color information

#BDEEE1 (or 0xBDEEE1) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E1. RGB value is (189,238,225). Sum of RGB (Red+Green+Blue) = 189+238+225=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE1 is #42111E. Grayscale: #DDDDDD. Windows color (decimal): -4329759 or 14806717. OLE color: 14806717.

HSL color Cylindrical-coordinate representation of color #BDEEE1: hue angle of 164.08º 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 #BDEEE1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB189238225-
CMYK0.2100.050.07
HSL164.08º59.04%83.73%-
HSV(B)164.08º20.59%93.33%-
XYZ65.1577.482.74-
YUV221.87129.77104.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=28.99%
G=36.50%
B=34.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382250.2100.050.07164.0859.0483.73
HexBDEEE115057a43b54
Octal2753563412505724473124
Binary101111011110111011100001101010101111101001001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE1; }

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

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

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

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

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

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

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

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