#BDEADE

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

Shades of Water Leaf #BDEADE

Tints of Water Leaf #BDEADE

Color information

#BDEADE (or 0xBDEADE) is unknown color: approx Water Leaf. HEX triplet: BD, EA and DE. RGB value is (189,234,222). Sum of RGB (Red+Green+Blue) = 189+234+222=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEADE is #421521. Grayscale: #DBDBDB. Windows color (decimal): -4330786 or 14609085. OLE color: 14609085.

HSL color Cylindrical-coordinate representation of color #BDEADE: hue angle of 164º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEADE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB189234222-
CMYK0.1900.050.08
HSL164º51.72%82.94%-
HSV(B)164º19.23%91.76%-
XYZ63.5974.9480.22-
YUV219.18129.59106.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=29.30%
G=36.28%
B=34.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342220.1900.050.0816451.7282.94
HexBDEADE13058a43453
Octal27535233623051024464123
Binary1011110111101010110111101001101011000101001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEADE; }

 p { color: rgb(189,234,222); }

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

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

 a { background-color: rgb(189,234,222); }

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

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

 span { border-color: rgb(189,234,222); }

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