Html Css Color HEX #BBBAB9 Pale Slate

📋 copy color: '#BBBAB9'

red 187 ◦ green 186 ◦ blue 185

#BBBAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #BBBAB9

Tints of Pale Slate #BBBAB9

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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBBAB9 (or 0xBBBAB9) is known color: 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

RGB 187 186 185 -
CMYK 0 0.01 0.01 0.27
HSL 30º 0.01% 0.73% -
HSV(B) 30º 0.01% 0.73% -
XYZ 46.81 49.19 52.93 -
YUV 186.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 187 186 185 0 0.01 0.01 0.27 30 0.01 0.73
Hex BB BA B9 0 1 1 1B 1E 1 49
Octal 273 272 271 0 1 1 33 36 1 111
Binary 10111011 10111010 10111001 0 1 1 11011 11110 1 1001001

Color Harmonies of #BBBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAB9

Black with #BBBAB9

Text Example


Text Example

White with #BBBAB9

Text Example


Text Example

HTML Codes & Css Web 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>