#BCA9B9

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

Shades of Maverick #BCA9B9

Tints of Maverick #BCA9B9

Color information

#BCA9B9 (or 0xBCA9B9) is unknown color: approx Maverick. HEX triplet: BC, A9 and B9. RGB value is (188,169,185). Sum of RGB (Red+Green+Blue) = 188+169+185=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9B9 is #435646. Grayscale: #B0B0B0. Windows color (decimal): -4412999 or 12167612. OLE color: 12167612.

HSL color Cylindrical-coordinate representation of color #BCA9B9: hue angle of 309.47º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCA9B9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188169185-
CMYK00.100.020.26
HSL309.47º12.42%70%-
HSV(B)309.47º10.11%73.73%-
XYZ43.6842.5751.81-
YUV176.5132.79136.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=34.69%
G=31.18%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816918500.100.020.26309.4712.4270
HexBCA9B90A21A135c46
Octal27425127101223246514106
Binary10111100101010011011100101010101101010011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9B9; }

 p { color: rgb(188,169,185); }

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

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

 a { background-color: rgb(188,169,185); }

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

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

 span { border-color: rgb(188,169,185); }

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