#B0FBEB

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

Shades of Water Leaf #B0FBEB

Tints of Water Leaf #B0FBEB

Color information

#B0FBEB (or 0xB0FBEB) is unknown color: approx Water Leaf. HEX triplet: B0, FB and EB. RGB value is (176,251,235). Sum of RGB (Red+Green+Blue) = 176+251+235=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBEB is #4F0414. Grayscale: #E2E2E2. Windows color (decimal): -5178389 or 15465392. OLE color: 15465392.

HSL color Cylindrical-coordinate representation of color #B0FBEB: hue angle of 167.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 #B0FBEB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB176251235-
CMYK0.3000.060.02
HSL167.2º90.36%83.73%-
HSV(B)167.2º29.88%98.43%-
XYZ67.484.2291.3-
YUV226.75132.6591.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.59%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=26.59%
G=37.92%
B=35.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762512350.3000.060.02167.290.3683.73
HexB0FBEB1E062a75a54
Octal26037335336062247132124
Binary101100001111101111101011111100110101010011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBEB; }

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

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

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

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

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

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

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

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