#B0FBE6

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

Shades of Water Leaf #B0FBE6

Tints of Water Leaf #B0FBE6

Color information

#B0FBE6 (or 0xB0FBE6) is unknown color: approx Water Leaf. HEX triplet: B0, FB and E6. RGB value is (176,251,230). Sum of RGB (Red+Green+Blue) = 176+251+230=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBE6 is #4F0419. Grayscale: #E2E2E2. Windows color (decimal): -5178394 or 15137712. OLE color: 15137712.

HSL color Cylindrical-coordinate representation of color #B0FBE6: hue angle of 163.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBE6 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB176251230-
CMYK0.3000.080.02
HSL163.2º90.36%83.73%-
HSV(B)163.2º29.88%98.43%-
XYZ66.6883.9487.55-
YUV226.18130.1592.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=26.79%
G=38.20%
B=35.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762512300.3000.080.02163.290.3683.73
HexB0FBE61E082a35a54
Octal260373346360102243132124
Binary1011000011111011111001101111001000101010001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBE6; }

 p { color: rgb(176,251,230); }

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

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

 a { background-color: rgb(176,251,230); }

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

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

 span { border-color: rgb(176,251,230); }

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