#B4FBE0

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

Shades of Water Leaf #B4FBE0

Tints of Water Leaf #B4FBE0

Color information

#B4FBE0 (or 0xB4FBE0) is unknown color: approx Water Leaf. HEX triplet: B4, FB and E0. RGB value is (180,251,224). Sum of RGB (Red+Green+Blue) = 180+251+224=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBE0 is #4B041F. Grayscale: #E2E2E2. Windows color (decimal): -4916256 or 14744500. OLE color: 14744500.

HSL color Cylindrical-coordinate representation of color #B4FBE0: hue angle of 157.18º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBE0 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB180251224-
CMYK0.2800.110.02
HSL157.18º89.87%84.51%-
HSV(B)157.18º28.29%98.43%-
XYZ66.7784.0883.23-
YUV226.69126.4894.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=27.48%
G=38.32%
B=34.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512240.2800.110.02157.1889.8784.51
HexB4FBE01C0B29d5a55
Octal264373340340132235132125
Binary1011010011111011111000001110001011101001110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBE0; }

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

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

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

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

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

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

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

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