#BAC4BC

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

Shades of Paris White #BAC4BC

Tints of Paris White #BAC4BC

Color information

#BAC4BC (or 0xBAC4BC) is unknown color: approx Paris White. HEX triplet: BA, C4 and BC. RGB value is (186,196,188). Sum of RGB (Red+Green+Blue) = 186+196+188=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BC is #453B43. Grayscale: #C0C0C0. Windows color (decimal): -4537156 or 12371130. OLE color: 12371130.

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

Color convert

RGB186196188-
CMYK0.0500.040.23
HSL132º7.81%74.9%-
HSV(B)132º5.1%76.86%-
XYZ49.0753.5555.33-
YUV192.1125.69123.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=32.63%
G=34.39%
B=32.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961880.0500.040.231327.8174.9
HexBAC4BC504178484b
Octal2723042745042720410113
Binary1011101011000100101111001010100101111000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4BC; }

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

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

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

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

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

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

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

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