#BAC9BC

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

Shades of Paris White #BAC9BC

Tints of Paris White #BAC9BC

Color information

#BAC9BC (or 0xBAC9BC) is unknown color: approx Paris White. HEX triplet: BA, C9 and BC. RGB value is (186,201,188). Sum of RGB (Red+Green+Blue) = 186+201+188=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BC is #453643. Grayscale: #C3C3C3. Windows color (decimal): -4535876 or 12372410. OLE color: 12372410.

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

Color convert

RGB186201188-
CMYK0.0700.060.21
HSL128º12.2%75.88%-
HSV(B)128º7.46%78.82%-
XYZ50.2155.8455.71-
YUV195.03124.03121.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=32.35%
G=34.96%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011880.0700.060.2112812.275.88
HexBAC9BC7061580c4c
Octal2723112747062520014114
Binary1011101011001001101111001110110101011000000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9BC; }

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

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

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

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

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

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

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

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