#B9FCEE

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

Shades of Water Leaf #B9FCEE

Tints of Water Leaf #B9FCEE

Color information

#B9FCEE (or 0xB9FCEE) is unknown color: approx Water Leaf. HEX triplet: B9, FC and EE. RGB value is (185,252,238). Sum of RGB (Red+Green+Blue) = 185+252+238=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCEE is #460311. Grayscale: #E6E6E6. Windows color (decimal): -4588306 or 15662265. OLE color: 15662265.

HSL color Cylindrical-coordinate representation of color #B9FCEE: hue angle of 167.46º 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 #B9FCEE is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB185252238-
CMYK0.2700.060.01
HSL167.46º91.78%85.69%-
HSV(B)167.46º26.59%98.82%-
XYZ70.2586.1193.81-
YUV230.37132.395.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.41%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=27.41%
G=37.33%
B=35.26%

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
Decimal1852522380.2700.060.01167.4691.7885.69
HexB9FCEE1B061a75c56
Octal27137435633061247134126
Binary10111001111111001110111011011011011010011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCEE; }

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

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

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

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

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

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

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

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