#BAC5BA

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

Shades of Paris White #BAC5BA

Tints of Paris White #BAC5BA

Color information

#BAC5BA (or 0xBAC5BA) is unknown color: approx Paris White. HEX triplet: BA, C5 and BA. RGB value is (186,197,186). Sum of RGB (Red+Green+Blue) = 186+197+186=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5BA is #453A45. Grayscale: #C0C0C0. Windows color (decimal): -4536902 or 12240314. OLE color: 12240314.

HSL color Cylindrical-coordinate representation of color #BAC5BA: hue angle of 120º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC5BA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB186197186-
CMYK0.0600.060.23
HSL120º8.66%75.1%-
HSV(B)120º5.58%77.25%-
XYZ49.0853.9254.27-
YUV192.46124.36123.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=32.69%
G=34.62%
B=32.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971860.0600.060.231208.6675.1
HexBAC5BA606177894b
Octal2723052726062717011113
Binary101110101100010110111010110011010111111100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5BA; }

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

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

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

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

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

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

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

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