#B0BBAB

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

Shades of Rainee #B0BBAB

Tints of Rainee #B0BBAB

Color information

#B0BBAB (or 0xB0BBAB) is unknown color: approx Rainee. HEX triplet: B0, BB and AB. RGB value is (176,187,171). Sum of RGB (Red+Green+Blue) = 176+187+171=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBAB is #4F4454. Grayscale: #B5B5B5. Windows color (decimal): -5194837 or 11254704. OLE color: 11254704.

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

Color convert

RGB176187171-
CMYK0.0600.090.27
HSL101.25º10.53%70.2%-
HSV(B)101.25º8.56%73.33%-
XYZ43.0347.7145.47-
YUV181.89121.86123.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=32.96%
G=35.02%
B=32.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871710.0600.090.27101.2510.5370.2
HexB0BBAB6091B65b46
Octal26027325360113314513106
Binary1011000010111011101010111100100111011110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBAB; }

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

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

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

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

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

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

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

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