#BFAEBA

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

Shades of Maverick #BFAEBA

Tints of Maverick #BFAEBA

Color information

#BFAEBA (or 0xBFAEBA) is unknown color: approx Maverick. HEX triplet: BF, AE and BA. RGB value is (191,174,186). Sum of RGB (Red+Green+Blue) = 191+174+186=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBA is #405145. Grayscale: #B4B4B4. Windows color (decimal): -4215110 or 12234431. OLE color: 12234431.

HSL color Cylindrical-coordinate representation of color #BFAEBA: hue angle of 317.65º 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 #BFAEBA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191174186-
CMYK00.090.030.25
HSL317.65º11.72%71.57%-
HSV(B)317.65º8.9%74.9%-
XYZ45.4844.8952.72-
YUV180.45131.13135.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=34.66%
G=31.58%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117418600.090.030.25317.6511.7271.57
HexBFAEBA0931913ec48
Octal27725627201133147614110
Binary10111111101011101011101001001111100110011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEBA; }

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

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

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

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

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

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

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

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