#B0EFE4

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

Shades of Water Leaf #B0EFE4

Tints of Water Leaf #B0EFE4

Color information

#B0EFE4 (or 0xB0EFE4) is unknown color: approx Water Leaf. HEX triplet: B0, EF and E4. RGB value is (176,239,228). Sum of RGB (Red+Green+Blue) = 176+239+228=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFE4 is #4F101B. Grayscale: #DADADA. Windows color (decimal): -5181468 or 15003568. OLE color: 15003568.

HSL color Cylindrical-coordinate representation of color #B0EFE4: hue angle of 169.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFE4 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB176239228-
CMYK0.2600.050.06
HSL169.52º66.32%81.37%-
HSV(B)169.52º26.36%93.73%-
XYZ62.7776.5684.87-
YUV218.91133.1397.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=27.37%
G=37.17%
B=35.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392280.2600.050.06169.5266.3281.37
HexB0EFE41A056aa4251
Octal26035734432056252102121
Binary1011000011101111111001001101001011101010101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFE4; }

 p { color: rgb(176,239,228); }

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

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

 a { background-color: rgb(176,239,228); }

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

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

 span { border-color: rgb(176,239,228); }

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