#BCA8B9

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

Shades of Maverick #BCA8B9

Tints of Maverick #BCA8B9

Color information

#BCA8B9 (or 0xBCA8B9) is unknown color: approx Maverick. HEX triplet: BC, A8 and B9. RGB value is (188,168,185). Sum of RGB (Red+Green+Blue) = 188+168+185=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B9 is #435746. Grayscale: #AFAFAF. Windows color (decimal): -4413255 or 12167356. OLE color: 12167356.

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

Color convert

RGB188168185-
CMYK00.110.020.26
HSL309º12.99%69.8%-
HSV(B)309º10.64%73.73%-
XYZ43.542.251.75-
YUV175.92133.13136.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=34.75%
G=31.05%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816818500.110.020.2630912.9969.8
HexBCA8B90B21A135d46
Octal27425027101323246515106
Binary10111100101010001011100101011101101010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8B9; }

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

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

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

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

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

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

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

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