#B9FDEB

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

Shades of Water Leaf #B9FDEB

Tints of Water Leaf #B9FDEB

Color information

#B9FDEB (or 0xB9FDEB) is unknown color: approx Water Leaf. HEX triplet: B9, FD and EB. RGB value is (185,253,235). Sum of RGB (Red+Green+Blue) = 185+253+235=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDEB is #460214. Grayscale: #E6E6E6. Windows color (decimal): -4588053 or 15465913. OLE color: 15465913.

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

Color convert

RGB185253235-
CMYK0.2700.070.01
HSL164.12º94.44%85.88%-
HSV(B)164.12º26.88%99.22%-
XYZ70.1386.5691.61-
YUV230.62130.4795.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.49%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=27.49%
G=37.59%
B=34.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532350.2700.070.01164.1294.4485.88
HexB9FDEB1B071a45e56
Octal27137535333071244136126
Binary10111001111111011110101111011011111010010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDEB; }

 p { color: rgb(185,253,235); }

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

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

 a { background-color: rgb(185,253,235); }

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

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

 span { border-color: rgb(185,253,235); }

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