#B9F9DE

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

Shades of Water Leaf #B9F9DE

Tints of Water Leaf #B9F9DE

Color information

#B9F9DE (or 0xB9F9DE) is unknown color: approx Water Leaf. HEX triplet: B9, F9 and DE. RGB value is (185,249,222). Sum of RGB (Red+Green+Blue) = 185+249+222=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9DE is #460621. Grayscale: #E2E2E2. Windows color (decimal): -4589090 or 14612921. OLE color: 14612921.

HSL color Cylindrical-coordinate representation of color #B9F9DE: hue angle of 154.69º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F9DE is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB185249222-
CMYK0.2600.110.02
HSL154.69º84.21%85.1%-
HSV(B)154.69º25.7%97.65%-
XYZ67.0783.3481.66-
YUV226.79125.398.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=28.20%
G=37.96%
B=33.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852492220.2600.110.02154.6984.2185.1
HexB9F9DE1A0B29b5455
Octal271371336320132233124125
Binary1011100111111001110111101101001011101001101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F9DE; }

 p { color: rgb(185,249,222); }

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

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

 a { background-color: rgb(185,249,222); }

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

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

 span { border-color: rgb(185,249,222); }

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