#B4E7E1

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

Shades of Water Leaf #B4E7E1

Tints of Water Leaf #B4E7E1

Color information

#B4E7E1 (or 0xB4E7E1) is unknown color: approx Water Leaf. HEX triplet: B4, E7 and E1. RGB value is (180,231,225). Sum of RGB (Red+Green+Blue) = 180+231+225=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7E1 is #4B181E. Grayscale: #D7D7D7. Windows color (decimal): -4921375 or 14804916. OLE color: 14804916.

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

Color convert

RGB180231225-
CMYK0.2200.030.09
HSL172.94º51.52%80.59%-
HSV(B)172.94º22.08%90.59%-
XYZ60.9972.2981.97-
YUV215.07133.6102.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.30%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=28.30%
G=36.32%
B=35.38%

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
Decimal1802312250.2200.030.09172.9451.5280.59
HexB4E7E116039ad3451
Octal26434734126031125564121
Binary101101001110011111100001101100111001101011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7E1; }

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

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

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

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

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

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

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

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