#BFB9BB

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

Shades of Maverick #BFB9BB

Tints of Maverick #BFB9BB

Color information

#BFB9BB (or 0xBFB9BB) is unknown color: approx Maverick. HEX triplet: BF, B9 and BB. RGB value is (191,185,187). Sum of RGB (Red+Green+Blue) = 191+185+187=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BB is #404644. Grayscale: #BBBBBB. Windows color (decimal): -4212293 or 12302783. OLE color: 12302783.

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

Color convert

RGB191185187-
CMYK00.030.020.25
HSL340º4.48%73.73%-
HSV(B)340º3.14%74.9%-
XYZ47.849.3654.02-
YUV187.02127.99130.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=33.93%
G=32.86%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118518700.030.020.253404.4873.73
HexBFB9BB0321915444a
Octal277271273032315244112
Binary10111111101110011011101101110110011010101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9BB; }

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

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

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

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

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

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

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

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