#B5EBE1

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

Shades of Water Leaf #B5EBE1

Tints of Water Leaf #B5EBE1

Color information

#B5EBE1 (or 0xB5EBE1) is unknown color: approx Water Leaf. HEX triplet: B5, EB and E1. RGB value is (181,235,225). Sum of RGB (Red+Green+Blue) = 181+235+225=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBE1 is #4A141E. Grayscale: #D9D9D9. Windows color (decimal): -4854815 or 14805941. OLE color: 14805941.

HSL color Cylindrical-coordinate representation of color #B5EBE1: hue angle of 168.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBE1 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB181235225-
CMYK0.2300.040.08
HSL168.89º57.45%81.57%-
HSV(B)168.89º22.98%92.16%-
XYZ62.3574.6882.36-
YUV217.71132.11101.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.24%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=28.24%
G=36.66%
B=35.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352250.2300.040.08168.8957.4581.57
HexB5EBE117048a93952
Octal26535334127041025171122
Binary1011010111101011111000011011101001000101010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBE1; }

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

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

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

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

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

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

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

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