#BCAEB8

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

Shades of Maverick #BCAEB8

Tints of Maverick #BCAEB8

Color information

#BCAEB8 (or 0xBCAEB8) is unknown color: approx Maverick. HEX triplet: BC, AE and B8. RGB value is (188,174,184). Sum of RGB (Red+Green+Blue) = 188+174+184=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB8 is #435147. Grayscale: #B3B3B3. Windows color (decimal): -4411720 or 12103356. OLE color: 12103356.

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

Color convert

RGB188174184-
CMYK00.070.020.26
HSL317.14º9.46%70.98%-
HSV(B)317.14º7.45%73.73%-
XYZ44.5344.4251.58-
YUV179.33130.64134.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=34.43%
G=31.87%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817418400.070.020.26317.149.4670.98
HexBCAEB80721A13d947
Octal2742562700723247511107
Binary1011110010101110101110000111101101010011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEB8; }

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

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

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

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

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

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

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

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