#BDF6E9

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

Shades of Water Leaf #BDF6E9

Tints of Water Leaf #BDF6E9

Color information

#BDF6E9 (or 0xBDF6E9) is unknown color: approx Water Leaf. HEX triplet: BD, F6 and E9. RGB value is (189,246,233). Sum of RGB (Red+Green+Blue) = 189+246+233=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6E9 is #420916. Grayscale: #E3E3E3. Windows color (decimal): -4327703 or 15333053. OLE color: 15333053.

HSL color Cylindrical-coordinate representation of color #BDF6E9: hue angle of 166.32º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6E9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB189246233-
CMYK0.2300.050.04
HSL166.32º76%85.29%-
HSV(B)166.32º23.17%96.47%-
XYZ68.6582.6189.42-
YUV227.48131.12100.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 246 (96.48% from 255) = 36.83%
BLUE value IS 233 (91.41% from 255) = 34.88%
R=28.29%
G=36.83%
B=34.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462330.2300.050.04166.327685.29
HexBDF6E917054a64c55
Octal27536635127054246114125
Binary1011110111110110111010011011101011001010011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6E9; }

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

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

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

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

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

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

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

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