#B9FAEC

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

Shades of Water Leaf #B9FAEC

Tints of Water Leaf #B9FAEC

Color information

#B9FAEC (or 0xB9FAEC) is unknown color: approx Water Leaf. HEX triplet: B9, FA and EC. RGB value is (185,250,236). Sum of RGB (Red+Green+Blue) = 185+250+236=671 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.57% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAEC is #460513. Grayscale: #E4E4E4. Windows color (decimal): -4588820 or 15530681. OLE color: 15530681.

HSL color Cylindrical-coordinate representation of color #B9FAEC: hue angle of 167.08º degrees, saturation: 0.87, 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 #B9FAEC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB185250236-
CMYK0.2600.060.02
HSL167.08º86.67%85.29%-
HSV(B)167.08º26%98.04%-
XYZ69.3384.7492.06-
YUV228.97131.9796.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.57%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=27.57%
G=37.26%
B=35.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502360.2600.060.02167.0886.6785.29
HexB9FAEC1A062a75755
Octal27137235432062247127125
Binary101110011111101011101100110100110101010011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAEC; }

 p { color: rgb(185,250,236); }

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

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

 a { background-color: rgb(185,250,236); }

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

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

 span { border-color: rgb(185,250,236); }

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