#B5FEEC

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

Shades of Water Leaf #B5FEEC

Tints of Water Leaf #B5FEEC

Color information

#B5FEEC (or 0xB5FEEC) is unknown color: approx Water Leaf. HEX triplet: B5, FE and EC. RGB value is (181,254,236). Sum of RGB (Red+Green+Blue) = 181+254+236=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEEC is #4A0113. Grayscale: #E6E6E6. Windows color (decimal): -4849940 or 15531701. OLE color: 15531701.

HSL color Cylindrical-coordinate representation of color #B5FEEC: hue angle of 165.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEEC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB181254236-
CMYK0.2900.070.00
HSL165.21º97.33%85.29%-
HSV(B)165.21º28.74%99.61%-
XYZ69.6486.7692.43-
YUV230.12131.3292.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.97%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=26.97%
G=37.85%
B=35.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542360.2900.070.00165.2197.3385.29
HexB5FEEC1D070a56155
Octal26537635435070245141125
Binary10110101111111101110110011101011101010010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEEC; }

 p { color: rgb(181,254,236); }

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

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

 a { background-color: rgb(181,254,236); }

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

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

 span { border-color: rgb(181,254,236); }

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