#B0BBAC

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

Shades of Rainee #B0BBAC

Tints of Rainee #B0BBAC

Color information

#B0BBAC (or 0xB0BBAC) is unknown color: approx Rainee. HEX triplet: B0, BB and AC. RGB value is (176,187,172). Sum of RGB (Red+Green+Blue) = 176+187+172=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBAC is #4F4453. Grayscale: #B6B6B6. Windows color (decimal): -5194836 or 11320240. OLE color: 11320240.

HSL color Cylindrical-coordinate representation of color #B0BBAC: hue angle of 104º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BBAC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB176187172-
CMYK0.0600.080.27
HSL104º9.93%70.39%-
HSV(B)104º8.02%73.33%-
XYZ43.1247.7545.97-
YUV182122.36123.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=32.90%
G=34.95%
B=32.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871720.0600.080.271049.9370.39
HexB0BBAC6081B68a46
Octal26027325460103315012106
Binary1011000010111011101011001100100011011110100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBAC; }

 p { color: rgb(176,187,172); }

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

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

 a { background-color: rgb(176,187,172); }

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

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

 span { border-color: rgb(176,187,172); }

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