#BFA5BA

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

Shades of Maverick #BFA5BA

Tints of Maverick #BFA5BA

Color information

#BFA5BA (or 0xBFA5BA) is unknown color: approx Maverick. HEX triplet: BF, A5 and BA. RGB value is (191,165,186). Sum of RGB (Red+Green+Blue) = 191+165+186=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BA is #405A45. Grayscale: #AFAFAF. Windows color (decimal): -4217414 or 12232127. OLE color: 12232127.

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

Color convert

RGB191165186-
CMYK00.140.030.25
HSL311.54º16.88%69.8%-
HSV(B)311.54º13.61%74.9%-
XYZ43.841.5352.16-
YUV175.17134.11139.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=35.24%
G=30.44%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116518600.140.030.25311.5416.8869.8
HexBFA5BA0E3191381146
Octal27724527201633147021106
Binary101111111010010110111010011101111001100111000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5BA; }

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

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

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

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

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

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

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

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