#BDEEE2

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

Shades of Water Leaf #BDEEE2

Tints of Water Leaf #BDEEE2

Color information

#BDEEE2 (or 0xBDEEE2) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E2. RGB value is (189,238,226). Sum of RGB (Red+Green+Blue) = 189+238+226=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE2 is #42111D. Grayscale: #DDDDDD. Windows color (decimal): -4329758 or 14872253. OLE color: 14872253.

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

Color convert

RGB189238226-
CMYK0.2100.050.07
HSL165.31º59.04%83.73%-
HSV(B)165.31º20.59%93.33%-
XYZ65.2977.4683.46-
YUV221.98130.27104.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=28.94%
G=36.45%
B=34.61%

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
Decimal1892382260.2100.050.07165.3159.0483.73
HexBDEEE215057a53b54
Octal2753563422505724573124
Binary101111011110111011100010101010101111101001011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE2; }

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

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

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

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

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

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

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

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