#B5EBE4

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

Shades of Water Leaf #B5EBE4

Tints of Water Leaf #B5EBE4

Color information

#B5EBE4 (or 0xB5EBE4) is unknown color: approx Water Leaf. HEX triplet: B5, EB and E4. RGB value is (181,235,228). Sum of RGB (Red+Green+Blue) = 181+235+228=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBE4 is #4A141B. Grayscale: #DADADA. Windows color (decimal): -4854812 or 15002549. OLE color: 15002549.

HSL color Cylindrical-coordinate representation of color #B5EBE4: hue angle of 172.22º 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 #B5EBE4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB181235228-
CMYK0.2300.030.08
HSL172.22º57.45%81.57%-
HSV(B)172.22º22.98%92.16%-
XYZ62.7774.8484.54-
YUV218.06133.61101.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=28.11%
G=36.49%
B=35.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352280.2300.030.08172.2257.4581.57
HexB5EBE417038ac3952
Octal26535334427031025471122
Binary101101011110101111100100101110111000101011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBE4; }

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

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

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

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

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

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

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

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