#BAC6BA

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

Shades of Paris White #BAC6BA

Tints of Paris White #BAC6BA

Color information

#BAC6BA (or 0xBAC6BA) is unknown color: approx Paris White. HEX triplet: BA, C6 and BA. RGB value is (186,198,186). Sum of RGB (Red+Green+Blue) = 186+198+186=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BA is #453945. Grayscale: #C1C1C1. Windows color (decimal): -4536646 or 12240570. OLE color: 12240570.

HSL color Cylindrical-coordinate representation of color #BAC6BA: hue angle of 120º 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 #BAC6BA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB186198186-
CMYK0.0600.060.22
HSL120º9.52%75.29%-
HSV(B)120º6.06%77.65%-
XYZ49.3154.3754.35-
YUV193.04124.02122.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=32.63%
G=34.74%
B=32.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981860.0600.060.221209.5275.29
HexBAC6BA6061678a4b
Octal2723062726062617012113
Binary101110101100011010111010110011010110111100010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6BA; }

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

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

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

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

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

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

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

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