#BFAEB8

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

Shades of Maverick #BFAEB8

Tints of Maverick #BFAEB8

Color information

#BFAEB8 (or 0xBFAEB8) is unknown color: approx Maverick. HEX triplet: BF, AE and B8. RGB value is (191,174,184). Sum of RGB (Red+Green+Blue) = 191+174+184=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB8 is #405147. Grayscale: #B4B4B4. Windows color (decimal): -4215112 or 12103359. OLE color: 12103359.

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

Color convert

RGB191174184-
CMYK00.090.040.25
HSL324.71º11.72%71.57%-
HSV(B)324.71º8.9%74.9%-
XYZ45.2744.8151.61-
YUV180.22130.13135.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=34.79%
G=31.69%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117418400.090.040.25324.7111.7271.57
HexBFAEB809419145c48
Octal27725627001143150514110
Binary101111111010111010111000010011001100110100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB8; }

 p { color: rgb(191,174,184); }

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

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

 a { background-color: rgb(191,174,184); }

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

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

 span { border-color: rgb(191,174,184); }

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