#BFAFBB

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

Shades of Maverick #BFAFBB

Tints of Maverick #BFAFBB

Color information

#BFAFBB (or 0xBFAFBB) is unknown color: approx Maverick. HEX triplet: BF, AF and BB. RGB value is (191,175,187). Sum of RGB (Red+Green+Blue) = 191+175+187=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBB is #405044. Grayscale: #B5B5B5. Windows color (decimal): -4214853 or 12300223. OLE color: 12300223.

HSL color Cylindrical-coordinate representation of color #BFAFBB: hue angle of 315º degrees, saturation: 0.11, 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 #BFAFBB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191175187-
CMYK00.080.020.25
HSL315º11.11%71.76%-
HSV(B)315º8.38%74.9%-
XYZ45.7945.3253.35-
YUV181.15131.3135.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=34.54%
G=31.65%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117518700.080.020.2531511.1171.76
HexBFAFBB0821913bb48
Octal27725727301023147313110
Binary10111111101011111011101101000101100110011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFBB; }

 p { color: rgb(191,175,187); }

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

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

 a { background-color: rgb(191,175,187); }

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

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

 span { border-color: rgb(191,175,187); }

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