#B4E7E0

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

Shades of Water Leaf #B4E7E0

Tints of Water Leaf #B4E7E0

Color information

#B4E7E0 (or 0xB4E7E0) is unknown color: approx Water Leaf. HEX triplet: B4, E7 and E0. RGB value is (180,231,224). Sum of RGB (Red+Green+Blue) = 180+231+224=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7E0 is #4B181F. Grayscale: #D6D6D6. Windows color (decimal): -4921376 or 14739380. OLE color: 14739380.

HSL color Cylindrical-coordinate representation of color #B4E7E0: hue angle of 171.76º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7E0 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB180231224-
CMYK0.2200.030.09
HSL171.76º51.52%80.59%-
HSV(B)171.76º22.08%90.59%-
XYZ60.8572.2481.26-
YUV214.95133.1103.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=28.35%
G=36.38%
B=35.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312240.2200.030.09171.7651.5280.59
HexB4E7E016039ac3451
Octal26434734026031125464121
Binary101101001110011111100000101100111001101011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7E0; }

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

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

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

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

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

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

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

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