#BBABB8

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

Shades of Maverick #BBABB8

Tints of Maverick #BBABB8

Color information

#BBABB8 (or 0xBBABB8) is unknown color: approx Maverick. HEX triplet: BB, AB and B8. RGB value is (187,171,184). Sum of RGB (Red+Green+Blue) = 187+171+184=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABB8 is #445447. Grayscale: #B1B1B1. Windows color (decimal): -4478024 or 12102587. OLE color: 12102587.

HSL color Cylindrical-coordinate representation of color #BBABB8: hue angle of 311.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 #BBABB8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187171184-
CMYK00.090.020.27
HSL311.25º10.53%70.2%-
HSV(B)311.25º8.56%73.33%-
XYZ43.7143.1551.37-
YUV177.27131.8134.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 184 (72.27% from 255) = 33.95%
R=34.50%
G=31.55%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717118400.090.020.27311.2510.5370.2
HexBBABB80921B137b46
Octal27325327001123346713106
Binary10111011101010111011100001001101101110011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABB8; }

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

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

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

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

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

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

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

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