#BBB0B7

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

Shades of Maverick #BBB0B7

Tints of Maverick #BBB0B7

Color information

#BBB0B7 (or 0xBBB0B7) is unknown color: approx Maverick. HEX triplet: BB, B0 and B7. RGB value is (187,176,183). Sum of RGB (Red+Green+Blue) = 187+176+183=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0B7 is #444F48. Grayscale: #B4B4B4. Windows color (decimal): -4476745 or 12038331. OLE color: 12038331.

HSL color Cylindrical-coordinate representation of color #BBB0B7: hue angle of 321.82º degrees, saturation: 0.07, 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 #BBB0B7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187176183-
CMYK00.060.020.27
HSL321.82º7.48%71.18%-
HSV(B)321.82º5.88%73.33%-
XYZ44.5745.0351.14-
YUV180.09129.64132.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=34.25%
G=32.23%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717618300.060.020.27321.827.4871.18
HexBBB0B70621B142747
Octal273260267062335027107
Binary101110111011000010110111011010110111010000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0B7; }

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

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

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

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

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

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

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

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