#BFB9BE

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

Shades of Maverick #BFB9BE

Tints of Maverick #BFB9BE

Color information

#BFB9BE (or 0xBFB9BE) is unknown color: approx Maverick. HEX triplet: BF, B9 and BE. RGB value is (191,185,190). Sum of RGB (Red+Green+Blue) = 191+185+190=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BE is #404641. Grayscale: #BBBBBB. Windows color (decimal): -4212290 or 12499391. OLE color: 12499391.

HSL color Cylindrical-coordinate representation of color #BFB9BE: hue angle of 310º 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 #BFB9BE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191185190-
CMYK00.030.010.25
HSL310º4.48%73.73%-
HSV(B)310º3.14%74.9%-
XYZ48.1349.4955.73-
YUV187.36129.49130.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=33.75%
G=32.69%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118519000.030.010.253104.4873.73
HexBFB9BE0311913644a
Octal277271276031314664112
Binary1011111110111001101111100111110011001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9BE; }

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

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

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

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

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

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

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

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