#B4EBE0

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

Shades of Water Leaf #B4EBE0

Tints of Water Leaf #B4EBE0

Color information

#B4EBE0 (or 0xB4EBE0) is unknown color: approx Water Leaf. HEX triplet: B4, EB and E0. RGB value is (180,235,224). Sum of RGB (Red+Green+Blue) = 180+235+224=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE0 is #4B141F. Grayscale: #D9D9D9. Windows color (decimal): -4920352 or 14740404. OLE color: 14740404.

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

Color convert

RGB180235224-
CMYK0.2300.050.08
HSL168º57.89%81.37%-
HSV(B)168º23.4%92.16%-
XYZ61.9974.581.63-
YUV217.3131.78101.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=28.17%
G=36.78%
B=35.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352240.2300.050.0816857.8981.37
HexB4EBE017058a83a51
Octal26435334027051025072121
Binary1011010011101011111000001011101011000101010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBE0; }

 p { color: rgb(180,235,224); }

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

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

 a { background-color: rgb(180,235,224); }

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

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

 span { border-color: rgb(180,235,224); }

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