#BDF3E9

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

Shades of Water Leaf #BDF3E9

Tints of Water Leaf #BDF3E9

Color information

#BDF3E9 (or 0xBDF3E9) is unknown color: approx Water Leaf. HEX triplet: BD, F3 and E9. RGB value is (189,243,233). Sum of RGB (Red+Green+Blue) = 189+243+233=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3E9 is #420C16. Grayscale: #E1E1E1. Windows color (decimal): -4328471 or 15332285. OLE color: 15332285.

HSL color Cylindrical-coordinate representation of color #BDF3E9: hue angle of 168.89º degrees, saturation: 0.69, 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 #BDF3E9 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB189243233-
CMYK0.2200.040.05
HSL168.89º69.23%84.71%-
HSV(B)168.89º22.22%95.29%-
XYZ67.7480.889.12-
YUV225.71132.11101.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=28.42%
G=36.54%
B=35.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432330.2200.040.05168.8969.2384.71
HexBDF3E916045a94555
Octal27536335126045251105125
Binary1011110111110011111010011011001001011010100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3E9; }

 p { color: rgb(189,243,233); }

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

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

 a { background-color: rgb(189,243,233); }

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

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

 span { border-color: rgb(189,243,233); }

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