#BFA9BA

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

Shades of Maverick #BFA9BA

Tints of Maverick #BFA9BA

Color information

#BFA9BA (or 0xBFA9BA) is unknown color: approx Maverick. HEX triplet: BF, A9 and BA. RGB value is (191,169,186). Sum of RGB (Red+Green+Blue) = 191+169+186=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9BA is #405645. Grayscale: #B1B1B1. Windows color (decimal): -4216390 or 12233151. OLE color: 12233151.

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

Color convert

RGB191169186-
CMYK00.120.030.25
HSL313.64º14.67%70.59%-
HSV(B)313.64º11.52%74.9%-
XYZ44.544352.41-
YUV177.52132.79137.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=34.98%
G=30.95%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116918600.120.030.25313.6414.6770.59
HexBFA9BA0C31913af47
Octal27725127201433147217107
Binary10111111101010011011101001100111100110011101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9BA; }

 p { color: rgb(191,169,186); }

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

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

 a { background-color: rgb(191,169,186); }

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

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

 span { border-color: rgb(191,169,186); }

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