#BDF1E9

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

Shades of Water Leaf #BDF1E9

Tints of Water Leaf #BDF1E9

Color information

#BDF1E9 (or 0xBDF1E9) is unknown color: approx Water Leaf. HEX triplet: BD, F1 and E9. RGB value is (189,241,233). Sum of RGB (Red+Green+Blue) = 189+241+233=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1E9 is #420E16. Grayscale: #E0E0E0. Windows color (decimal): -4328983 or 15331773. OLE color: 15331773.

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

Color convert

RGB189241233-
CMYK0.2200.030.05
HSL170.77º65%84.31%-
HSV(B)170.77º21.58%94.51%-
XYZ67.1579.6188.92-
YUV224.54132.77102.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=28.51%
G=36.35%
B=35.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412330.2200.030.05170.776584.31
HexBDF1E916035ab4154
Octal27536135126035253101124
Binary101111011111000111101001101100111011010101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1E9; }

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

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

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

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

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

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

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

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