#BAC6BC

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

Shades of Paris White #BAC6BC

Tints of Paris White #BAC6BC

Color information

#BAC6BC (or 0xBAC6BC) is unknown color: approx Paris White. HEX triplet: BA, C6 and BC. RGB value is (186,198,188). Sum of RGB (Red+Green+Blue) = 186+198+188=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BC is #453943. Grayscale: #C1C1C1. Windows color (decimal): -4536644 or 12371642. OLE color: 12371642.

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

Color convert

RGB186198188-
CMYK0.0600.050.22
HSL130º9.52%75.29%-
HSV(B)130º6.06%77.65%-
XYZ49.5254.4655.48-
YUV193.27125.02122.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=32.52%
G=34.62%
B=32.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981880.0600.050.221309.5275.29
HexBAC6BC6051682a4b
Octal2723062746052620212113
Binary1011101011000110101111001100101101101000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6BC; }

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

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

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

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

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

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

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

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