#BAC7BA

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

Shades of Paris White #BAC7BA

Tints of Paris White #BAC7BA

Color information

#BAC7BA (or 0xBAC7BA) is unknown color: approx Paris White. HEX triplet: BA, C7 and BA. RGB value is (186,199,186). Sum of RGB (Red+Green+Blue) = 186+199+186=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7BA is #453845. Grayscale: #C1C1C1. Windows color (decimal): -4536390 or 12240826. OLE color: 12240826.

HSL color Cylindrical-coordinate representation of color #BAC7BA: 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.07%. Process color model (Four color, CMYK) of #BAC7BA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB186199186-
CMYK0.0700.070.22
HSL120º10.4%75.49%-
HSV(B)120º6.53%78.04%-
XYZ49.5454.8354.43-
YUV193.63123.69122.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=32.57%
G=34.85%
B=32.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991860.0700.070.2212010.475.49
HexBAC7BA7071678a4b
Octal2723072727072617012113
Binary101110101100011110111010111011110110111100010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7BA; }

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

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

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

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

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

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

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

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