#BFB0BA

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

Shades of Maverick #BFB0BA

Tints of Maverick #BFB0BA

Color information

#BFB0BA (or 0xBFB0BA) is unknown color: approx Maverick. HEX triplet: BF, B0 and BA. RGB value is (191,176,186). Sum of RGB (Red+Green+Blue) = 191+176+186=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0BA is #404F45. Grayscale: #B5B5B5. Windows color (decimal): -4214598 or 12234943. OLE color: 12234943.

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

Color convert

RGB191176186-
CMYK00.080.030.25
HSL320º10.49%71.96%-
HSV(B)320º7.85%74.9%-
XYZ45.8745.6752.85-
YUV181.62130.47134.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=34.54%
G=31.83%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117618600.080.030.2532010.4971.96
HexBFB0BA08319140a48
Octal27726027201033150012110
Binary10111111101100001011101001000111100110100000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0BA; }

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

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

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

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

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

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

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

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