#BAC8BC

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

Shades of Paris White #BAC8BC

Tints of Paris White #BAC8BC

Color information

#BAC8BC (or 0xBAC8BC) is unknown color: approx Paris White. HEX triplet: BA, C8 and BC. RGB value is (186,200,188). Sum of RGB (Red+Green+Blue) = 186+200+188=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BC is #453743. Grayscale: #C2C2C2. Windows color (decimal): -4536132 or 12372154. OLE color: 12372154.

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

Color convert

RGB186200188-
CMYK0.0700.060.22
HSL128.57º11.29%75.69%-
HSV(B)128.57º7%78.43%-
XYZ49.9855.3855.63-
YUV194.45124.36121.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=32.40%
G=34.84%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001880.0700.060.22128.5711.2975.69
HexBAC8BC7061681b4c
Octal2723102747062620113114
Binary1011101011001000101111001110110101101000000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8BC; }

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

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

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

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

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

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

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

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