#BAC2BB

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

Shades of Paris White #BAC2BB

Tints of Paris White #BAC2BB

Color information

#BAC2BB (or 0xBAC2BB) is unknown color: approx Paris White. HEX triplet: BA, C2 and BB. RGB value is (186,194,187). Sum of RGB (Red+Green+Blue) = 186+194+187=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2BB is #453D44. Grayscale: #BEBEBE. Windows color (decimal): -4537669 or 12305082. OLE color: 12305082.

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

Color convert

RGB186194187-
CMYK0.0400.040.24
HSL127.5º6.15%74.51%-
HSV(B)127.5º4.12%76.08%-
XYZ48.5152.6154.61-
YUV190.81125.85124.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=32.80%
G=34.22%
B=32.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941870.0400.040.24127.56.1574.51
HexBAC2BB404187f64b
Octal272302273404301776113
Binary10111010110000101011101110001001100011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2BB; }

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

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

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

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

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

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

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

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