#BDEEE3

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

Shades of Water Leaf #BDEEE3

Tints of Water Leaf #BDEEE3

Color information

#BDEEE3 (or 0xBDEEE3) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E3. RGB value is (189,238,227). Sum of RGB (Red+Green+Blue) = 189+238+227=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE3 is #42111C. Grayscale: #DEDEDE. Windows color (decimal): -4329757 or 14937789. OLE color: 14937789.

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

Color convert

RGB189238227-
CMYK0.2100.050.07
HSL166.53º59.04%83.73%-
HSV(B)166.53º20.59%93.33%-
XYZ65.4377.5184.19-
YUV222.09130.77104.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=28.90%
G=36.39%
B=34.71%

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
Decimal1892382270.2100.050.07166.5359.0483.73
HexBDEEE315057a73b54
Octal2753563432505724773124
Binary101111011110111011100011101010101111101001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE3; }

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

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

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

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

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

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

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

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