#BFB8BD

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

Shades of Maverick #BFB8BD

Tints of Maverick #BFB8BD

Color information

#BFB8BD (or 0xBFB8BD) is unknown color: approx Maverick. HEX triplet: BF, B8 and BD. RGB value is (191,184,189). Sum of RGB (Red+Green+Blue) = 191+184+189=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8BD is #404742. Grayscale: #BABABA. Windows color (decimal): -4212547 or 12433599. OLE color: 12433599.

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

Color convert

RGB191184189-
CMYK00.040.010.25
HSL317.14º5.19%73.53%-
HSV(B)317.14º3.66%74.9%-
XYZ47.8149.0355.09-
YUV186.66129.32131.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=33.87%
G=32.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118418900.040.010.25317.145.1973.53
HexBFB8BD0411913d54a
Octal277270275041314755112
Binary10111111101110001011110101001110011001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8BD; }

 p { color: rgb(191,184,189); }

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

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

 a { background-color: rgb(191,184,189); }

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

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

 span { border-color: rgb(191,184,189); }

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