#B4EBE4

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

Shades of Water Leaf #B4EBE4

Tints of Water Leaf #B4EBE4

Color information

#B4EBE4 (or 0xB4EBE4) is unknown color: approx Water Leaf. HEX triplet: B4, EB and E4. RGB value is (180,235,228). Sum of RGB (Red+Green+Blue) = 180+235+228=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE4 is #4B141B. Grayscale: #D9D9D9. Windows color (decimal): -4920348 or 15002548. OLE color: 15002548.

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

Color convert

RGB180235228-
CMYK0.2300.030.08
HSL172.36º57.89%81.37%-
HSV(B)172.36º23.4%92.16%-
XYZ62.5374.7284.53-
YUV217.76133.78101.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.99%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=27.99%
G=36.55%
B=35.46%

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
Decimal1802352280.2300.030.08172.3657.8981.37
HexB4EBE417038ac3a51
Octal26435334427031025472121
Binary101101001110101111100100101110111000101011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBE4; }

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

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

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

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

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

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

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

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