#BFB7BB

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

Shades of Maverick #BFB7BB

Tints of Maverick #BFB7BB

Color information

#BFB7BB (or 0xBFB7BB) is unknown color: approx Maverick. HEX triplet: BF, B7 and BB. RGB value is (191,183,187). Sum of RGB (Red+Green+Blue) = 191+183+187=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BB is #404844. Grayscale: #B9B9B9. Windows color (decimal): -4212805 or 12302271. OLE color: 12302271.

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

Color convert

RGB191183187-
CMYK00.040.020.25
HSL330º5.88%73.33%-
HSV(B)330º4.19%74.9%-
XYZ47.3948.5353.88-
YUV185.85128.65131.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=34.05%
G=32.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118318700.040.020.253305.8873.33
HexBFB7BB0421914a649
Octal277267273042315126111
Binary101111111011011110111011010010110011010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7BB; }

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

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

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

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

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

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

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

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