#BFB1BB

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

Shades of Maverick #BFB1BB

Tints of Maverick #BFB1BB

Color information

#BFB1BB (or 0xBFB1BB) is unknown color: approx Maverick. HEX triplet: BF, B1 and BB. RGB value is (191,177,187). Sum of RGB (Red+Green+Blue) = 191+177+187=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1BB is #404E44. Grayscale: #B6B6B6. Windows color (decimal): -4214341 or 12300735. OLE color: 12300735.

HSL color Cylindrical-coordinate representation of color #BFB1BB: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB1BB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191177187-
CMYK00.070.020.25
HSL317.14º9.86%72.16%-
HSV(B)317.14º7.33%74.9%-
XYZ46.1846.1153.48-
YUV182.33130.64134.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=34.41%
G=31.89%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117718700.070.020.25317.149.8672.16
HexBFB1BB0721913da48
Octal2772612730723147512110
Binary1011111110110001101110110111101100110011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1BB; }

 p { color: rgb(191,177,187); }

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

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

 a { background-color: rgb(191,177,187); }

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

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

 span { border-color: rgb(191,177,187); }

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