#B5FDEB

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

Shades of Water Leaf #B5FDEB

Tints of Water Leaf #B5FDEB

Color information

#B5FDEB (or 0xB5FDEB) is unknown color: approx Water Leaf. HEX triplet: B5, FD and EB. RGB value is (181,253,235). Sum of RGB (Red+Green+Blue) = 181+253+235=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDEB is #4A0214. Grayscale: #E5E5E5. Windows color (decimal): -4850197 or 15465909. OLE color: 15465909.

HSL color Cylindrical-coordinate representation of color #B5FDEB: hue angle of 165º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDEB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB181253235-
CMYK0.2800.070.01
HSL165º94.74%85.1%-
HSV(B)165º28.46%99.22%-
XYZ69.1886.0791.56-
YUV229.42131.1593.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=27.06%
G=37.82%
B=35.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812532350.2800.070.0116594.7485.1
HexB5FDEB1C071a55f55
Octal26537535334071245137125
Binary10110101111111011110101111100011111010010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FDEB; }

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

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

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

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

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

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

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

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