#B9FEDF

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

Shades of Water Leaf #B9FEDF

Tints of Water Leaf #B9FEDF

Color information

#B9FEDF (or 0xB9FEDF) is unknown color: approx Water Leaf. HEX triplet: B9, FE and DF. RGB value is (185,254,223). Sum of RGB (Red+Green+Blue) = 185+254+223=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEDF is #460120. Grayscale: #E5E5E5. Windows color (decimal): -4587809 or 14679737. OLE color: 14679737.

HSL color Cylindrical-coordinate representation of color #B9FEDF: hue angle of 153.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEDF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB185254223-
CMYK0.2700.120.00
HSL153.04º97.18%86.08%-
HSV(B)153.04º27.17%99.61%-
XYZ68.7786.5382.89-
YUV229.83124.1496.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.95%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=27.95%
G=38.37%
B=33.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542230.2700.120.00153.0497.1886.08
HexB9FEDF1B0C0996156
Octal271376337330140231141126
Binary101110011111111011011111110110110001001100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEDF; }

 p { color: rgb(185,254,223); }

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

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

 a { background-color: rgb(185,254,223); }

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

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

 span { border-color: rgb(185,254,223); }

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