#B9FCED

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

Shades of Water Leaf #B9FCED

Tints of Water Leaf #B9FCED

Color information

#B9FCED (or 0xB9FCED) is unknown color: approx Water Leaf. HEX triplet: B9, FC and ED. RGB value is (185,252,237). Sum of RGB (Red+Green+Blue) = 185+252+237=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCED is #460312. Grayscale: #E6E6E6. Windows color (decimal): -4588307 or 15596729. OLE color: 15596729.

HSL color Cylindrical-coordinate representation of color #B9FCED: hue angle of 166.57º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCED is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB185252237-
CMYK0.2700.060.01
HSL166.57º91.78%85.69%-
HSV(B)166.57º26.59%98.82%-
XYZ70.186.0593.04-
YUV230.26131.895.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=27.45%
G=37.39%
B=35.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522370.2700.060.01166.5791.7885.69
HexB9FCED1B061a75c56
Octal27137435533061247134126
Binary10111001111111001110110111011011011010011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCED; }

 p { color: rgb(185,252,237); }

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

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

 a { background-color: rgb(185,252,237); }

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

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

 span { border-color: rgb(185,252,237); }

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