#BFA8BA

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

Shades of Maverick #BFA8BA

Tints of Maverick #BFA8BA

Color information

#BFA8BA (or 0xBFA8BA) is unknown color: approx Maverick. HEX triplet: BF, A8 and BA. RGB value is (191,168,186). Sum of RGB (Red+Green+Blue) = 191+168+186=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BA is #405745. Grayscale: #B0B0B0. Windows color (decimal): -4216646 or 12232895. OLE color: 12232895.

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

Color convert

RGB191168186-
CMYK00.120.030.25
HSL313.04º15.23%70.39%-
HSV(B)313.04º12.04%74.9%-
XYZ44.3542.6352.34-
YUV176.93133.12138.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=35.05%
G=30.83%
B=34.13%

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
Decimal19116818600.120.030.25313.0415.2370.39
HexBFA8BA0C319139f46
Octal27725027201433147117106
Binary10111111101010001011101001100111100110011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8BA; }

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

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

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

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

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

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

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

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