#B0FFE1

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

Shades of Water Leaf #B0FFE1

Tints of Water Leaf #B0FFE1

Color information

#B0FFE1 (or 0xB0FFE1) is unknown color: approx Water Leaf. HEX triplet: B0, FF and E1. RGB value is (176,255,225). Sum of RGB (Red+Green+Blue) = 176+255+225=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFE1 is #4F001E. Grayscale: #E4E4E4. Windows color (decimal): -5177375 or 14811056. OLE color: 14811056.

HSL color Cylindrical-coordinate representation of color #B0FFE1: hue angle of 157.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFE1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB176255225-
CMYK0.3100.120
HSL157.22º100%84.51%-
HSV(B)157.22º30.98%100%-
XYZ67.2686.1984.33-
YUV227.96126.3390.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.83%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=26.83%
G=38.87%
B=34.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552250.3100.120157.2210084.51
HexB0FFE11F0C09d6455
Octal260377341370140235144125
Binary101100001111111111100001111110110001001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFE1; }

 p { color: rgb(176,255,225); }

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

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

 a { background-color: rgb(176,255,225); }

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

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

 span { border-color: rgb(176,255,225); }

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