#BCABB9

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

Shades of Maverick #BCABB9

Tints of Maverick #BCABB9

Color information

#BCABB9 (or 0xBCABB9) is unknown color: approx Maverick. HEX triplet: BC, AB and B9. RGB value is (188,171,185). Sum of RGB (Red+Green+Blue) = 188+171+185=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB9 is #435446. Grayscale: #B1B1B1. Windows color (decimal): -4412487 or 12168124. OLE color: 12168124.

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

Color convert

RGB188171185-
CMYK00.090.020.26
HSL310.59º11.26%70.39%-
HSV(B)310.59º9.04%73.73%-
XYZ44.0643.3251.94-
YUV177.68132.13135.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=34.56%
G=31.43%
B=34.01%

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
Decimal18817118500.090.020.26310.5911.2670.39
HexBCABB90921A137b46
Octal27425327101123246713106
Binary10111100101010111011100101001101101010011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB9; }

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

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

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

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

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

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

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

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