#B0BBAF

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

Shades of Rainee #B0BBAF

Tints of Rainee #B0BBAF

Color information

#B0BBAF (or 0xB0BBAF) is unknown color: approx Rainee. HEX triplet: B0, BB and AF. RGB value is (176,187,175). Sum of RGB (Red+Green+Blue) = 176+187+175=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBAF is #4F4450. Grayscale: #B6B6B6. Windows color (decimal): -5194833 or 11516848. OLE color: 11516848.

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

Color convert

RGB176187175-
CMYK0.0600.060.27
HSL115º8.11%70.98%-
HSV(B)115º6.42%73.33%-
XYZ43.4147.8747.51-
YUV182.34123.86123.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=32.71%
G=34.76%
B=32.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871750.0600.060.271158.1170.98
HexB0BBAF6061B73847
Octal2602732576063316310107
Binary101100001011101110101111110011011011111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBAF; }

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

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

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

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

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

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

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

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