#BAC1BB

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

Shades of Paris White #BAC1BB

Tints of Paris White #BAC1BB

Color information

#BAC1BB (or 0xBAC1BB) is unknown color: approx Paris White. HEX triplet: BA, C1 and BB. RGB value is (186,193,187). Sum of RGB (Red+Green+Blue) = 186+193+187=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1BB is #453E44. Grayscale: #BEBEBE. Windows color (decimal): -4537925 or 12304826. OLE color: 12304826.

HSL color Cylindrical-coordinate representation of color #BAC1BB: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC1BB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB186193187-
CMYK0.0400.030.24
HSL128.57º5.34%74.31%-
HSV(B)128.57º3.63%75.69%-
XYZ48.2952.1754.54-
YUV190.22126.18124.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=32.86%
G=34.10%
B=33.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931870.0400.030.24128.575.3474.31
HexBAC1BB403188154a
Octal272301273403302015112
Binary10111010110000011011101110001111000100000011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1BB; }

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

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

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

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

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

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

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

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