#BAC0BB

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

Shades of Paris White #BAC0BB

Tints of Paris White #BAC0BB

Color information

#BAC0BB (or 0xBAC0BB) is unknown color: approx Paris White. HEX triplet: BA, C0 and BB. RGB value is (186,192,187). Sum of RGB (Red+Green+Blue) = 186+192+187=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0BB is #453F44. Grayscale: #BDBDBD. Windows color (decimal): -4538181 or 12304570. OLE color: 12304570.

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

Color convert

RGB186192187-
CMYK0.0300.030.25
HSL130º4.55%74.12%-
HSV(B)130º3.12%75.29%-
XYZ48.0751.7354.46-
YUV189.64126.51125.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=32.92%
G=33.98%
B=33.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921870.0300.030.251304.5574.12
HexBAC0BB303198254a
Octal272300273303312025112
Binary1011101011000000101110111101111001100000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0BB; }

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

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

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

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

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

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

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

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