#BDEEE6

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

Shades of Water Leaf #BDEEE6

Tints of Water Leaf #BDEEE6

Color information

#BDEEE6 (or 0xBDEEE6) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E6. RGB value is (189,238,230). Sum of RGB (Red+Green+Blue) = 189+238+230=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEE6 is #421119. Grayscale: #DEDEDE. Windows color (decimal): -4329754 or 15134397. OLE color: 15134397.

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

Color convert

RGB189238230-
CMYK0.2100.030.07
HSL170.2º59.04%83.73%-
HSV(B)170.2º20.59%93.33%-
XYZ65.8477.6886.39-
YUV222.44132.27104.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=28.77%
G=36.23%
B=35.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382300.2100.030.07170.259.0483.73
HexBDEEE615037aa3b54
Octal2753563462503725273124
Binary10111101111011101110011010101011111101010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE6; }

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

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

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

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

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

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

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

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