#BAC6C0

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

Shades of Tiara #BAC6C0

Tints of Tiara #BAC6C0

Color information

#BAC6C0 (or 0xBAC6C0) is unknown color: approx Tiara. HEX triplet: BA, C6 and C0. RGB value is (186,198,192). Sum of RGB (Red+Green+Blue) = 186+198+192=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6C0 is #45393F. Grayscale: #C1C1C1. Windows color (decimal): -4536640 or 12633786. OLE color: 12633786.

HSL color Cylindrical-coordinate representation of color #BAC6C0: hue angle of 150º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC6C0 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB186198192-
CMYK0.0600.030.22
HSL150º9.52%75.29%-
HSV(B)150º6.06%77.65%-
XYZ49.9654.6357.78-
YUV193.73127.02122.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=32.29%
G=34.38%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981920.0600.030.221509.5275.29
HexBAC6C06031696a4b
Octal2723063006032622612113
Binary101110101100011011000000110011101101001011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6C0; }

 p { color: rgb(186,198,192); }

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

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

 a { background-color: rgb(186,198,192); }

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

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

 span { border-color: rgb(186,198,192); }

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