#BDACBA

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

Shades of Maverick #BDACBA

Tints of Maverick #BDACBA

Color information

#BDACBA (or 0xBDACBA) is unknown color: approx Maverick. HEX triplet: BD, AC and BA. RGB value is (189,172,186). Sum of RGB (Red+Green+Blue) = 189+172+186=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACBA is #425345. Grayscale: #B2B2B2. Windows color (decimal): -4346694 or 12233917. OLE color: 12233917.

HSL color Cylindrical-coordinate representation of color #BDACBA: hue angle of 310.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACBA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189172186-
CMYK00.090.020.26
HSL310.59º11.41%70.78%-
HSV(B)310.59º8.99%74.12%-
XYZ44.643.8752.57-
YUV178.68132.13135.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=34.55%
G=31.44%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917218600.090.020.26310.5911.4170.78
HexBDACBA0921A137b47
Octal27525427201123246713107
Binary10111101101011001011101001001101101010011011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACBA; }

 p { color: rgb(189,172,186); }

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

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

 a { background-color: rgb(189,172,186); }

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

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

 span { border-color: rgb(189,172,186); }

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