#BBBAB9

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

Shades of Pale Slate #BBBAB9

Tints of Pale Slate #BBBAB9

Color information

#BBBAB9 (or 0xBBBAB9) is unknown color: approx Pale Slate. HEX triplet: BB, BA and B9. RGB value is (187,186,185). Sum of RGB (Red+Green+Blue) = 187+186+185=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB9 is #444546. Grayscale: #BABABA. Windows color (decimal): -4474183 or 12171963. OLE color: 12171963.

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

Color convert

RGB187186185-
CMYK00.010.010.27
HSL30º1.45%72.94%-
HSV(B)30º1.07%73.33%-
XYZ46.8149.1952.93-
YUV186.18127.33128.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=33.51%
G=33.33%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718618500.010.010.27301.4572.94
HexBBBAB90111B1e149
Octal27327227101133361111
Binary101110111011101010111001011110111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB9; }

 p { color: rgb(187,186,185); }

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

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

 a { background-color: rgb(187,186,185); }

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

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

 span { border-color: rgb(187,186,185); }

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