#BDF2E5

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

Shades of Water Leaf #BDF2E5

Tints of Water Leaf #BDF2E5

Color information

#BDF2E5 (or 0xBDF2E5) is unknown color: approx Water Leaf. HEX triplet: BD, F2 and E5. RGB value is (189,242,229). Sum of RGB (Red+Green+Blue) = 189+242+229=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2E5 is #420D1A. Grayscale: #E0E0E0. Windows color (decimal): -4328731 or 15069885. OLE color: 15069885.

HSL color Cylindrical-coordinate representation of color #BDF2E5: hue angle of 165.28º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB189242229-
CMYK0.2200.050.05
HSL165.28º67.09%84.51%-
HSV(B)165.28º21.9%94.9%-
XYZ66.8879.9886.04-
YUV224.67130.44102.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 242 (94.92% from 255) = 36.67%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=28.64%
G=36.67%
B=34.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422290.2200.050.05165.2867.0984.51
HexBDF2E516055a54355
Octal27536234526055245103125
Binary1011110111110010111001011011001011011010010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2E5; }

 p { color: rgb(189,242,229); }

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

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

 a { background-color: rgb(189,242,229); }

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

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

 span { border-color: rgb(189,242,229); }

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