#BAC4BB

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

Shades of Paris White #BAC4BB

Tints of Paris White #BAC4BB

Color information

#BAC4BB (or 0xBAC4BB) is unknown color: approx Paris White. HEX triplet: BA, C4 and BB. RGB value is (186,196,187). Sum of RGB (Red+Green+Blue) = 186+196+187=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BB is #453B44. Grayscale: #C0C0C0. Windows color (decimal): -4537157 or 12305594. OLE color: 12305594.

HSL color Cylindrical-coordinate representation of color #BAC4BB: hue angle of 126º 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 #BAC4BB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB186196187-
CMYK0.0500.050.23
HSL126º7.81%74.9%-
HSV(B)126º5.1%76.86%-
XYZ48.9653.5154.76-
YUV191.98125.19123.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=32.69%
G=34.45%
B=32.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961870.0500.050.231267.8174.9
HexBAC4BB505177e84b
Octal2723042735052717610113
Binary101110101100010010111011101010110111111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4BB; }

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

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

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

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

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

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

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

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