#BAC9BA

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

Shades of Paris White #BAC9BA

Tints of Paris White #BAC9BA

Color information

#BAC9BA (or 0xBAC9BA) is unknown color: approx Paris White. HEX triplet: BA, C9 and BA. RGB value is (186,201,186). Sum of RGB (Red+Green+Blue) = 186+201+186=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BA is #453645. Grayscale: #C2C2C2. Windows color (decimal): -4535878 or 12241338. OLE color: 12241338.

HSL color Cylindrical-coordinate representation of color #BAC9BA: hue angle of 120º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC9BA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB186201186-
CMYK0.0700.070.21
HSL120º12.2%75.88%-
HSV(B)120º7.46%78.82%-
XYZ5055.7654.58-
YUV194.8123.03121.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=32.46%
G=35.08%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011860.0700.070.2112012.275.88
HexBAC9BA7071578c4c
Octal2723112727072517014114
Binary101110101100100110111010111011110101111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9BA; }

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

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

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

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

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

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

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

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