#BDEAE3

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

Shades of Water Leaf #BDEAE3

Tints of Water Leaf #BDEAE3

Color information

#BDEAE3 (or 0xBDEAE3) is unknown color: approx Water Leaf. HEX triplet: BD, EA and E3. RGB value is (189,234,227). Sum of RGB (Red+Green+Blue) = 189+234+227=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE3 is #42151C. Grayscale: #DBDBDB. Windows color (decimal): -4330781 or 14936765. OLE color: 14936765.

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

Color convert

RGB189234227-
CMYK0.1900.030.08
HSL170.67º51.72%82.94%-
HSV(B)170.67º19.23%91.76%-
XYZ64.2775.2183.8-
YUV219.75132.09106.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=29.08%
G=36%
B=34.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342270.1900.030.08170.6751.7282.94
HexBDEAE313038ab3453
Octal27535234323031025364123
Binary101111011110101011100011100110111000101010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAE3; }

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

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

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

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

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

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

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

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