#BAC8BA

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

Shades of Paris White #BAC8BA

Tints of Paris White #BAC8BA

Color information

#BAC8BA (or 0xBAC8BA) is unknown color: approx Paris White. HEX triplet: BA, C8 and BA. RGB value is (186,200,186). Sum of RGB (Red+Green+Blue) = 186+200+186=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BA is #453745. Grayscale: #C2C2C2. Windows color (decimal): -4536134 or 12241082. OLE color: 12241082.

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

Color convert

RGB186200186-
CMYK0.0700.070.22
HSL120º11.29%75.69%-
HSV(B)120º7%78.43%-
XYZ49.7755.2954.5-
YUV194.22123.36122.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=32.52%
G=34.97%
B=32.52%

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
Decimal1862001860.0700.070.2212011.2975.69
HexBAC8BA7071678b4c
Octal2723102727072617013114
Binary101110101100100010111010111011110110111100010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8BA; }

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

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

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

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

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

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

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

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