#BCABB8

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

Shades of Maverick #BCABB8

Tints of Maverick #BCABB8

Color information

#BCABB8 (or 0xBCABB8) is unknown color: approx Maverick. HEX triplet: BC, AB and B8. RGB value is (188,171,184). Sum of RGB (Red+Green+Blue) = 188+171+184=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB8 is #435447. Grayscale: #B1B1B1. Windows color (decimal): -4412488 or 12102588. OLE color: 12102588.

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

Color convert

RGB188171184-
CMYK00.090.020.26
HSL314.12º11.26%70.39%-
HSV(B)314.12º9.04%73.73%-
XYZ43.9543.2851.38-
YUV177.56131.63135.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 184 (72.27% from 255) = 33.89%
R=34.62%
G=31.49%
B=33.89%

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
Decimal18817118400.090.020.26314.1211.2670.39
HexBCABB80921A13ab46
Octal27425327001123247213106
Binary10111100101010111011100001001101101010011101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB8; }

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

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

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

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

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

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

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

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