#BAC7BB

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

Shades of Paris White #BAC7BB

Tints of Paris White #BAC7BB

Color information

#BAC7BB (or 0xBAC7BB) is unknown color: approx Paris White. HEX triplet: BA, C7 and BB. RGB value is (186,199,187). Sum of RGB (Red+Green+Blue) = 186+199+187=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7BB is #453844. Grayscale: #C1C1C1. Windows color (decimal): -4536389 or 12306362. OLE color: 12306362.

HSL color Cylindrical-coordinate representation of color #BAC7BB: hue angle of 124.62º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC7BB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB186199187-
CMYK0.0700.060.22
HSL124.62º10.4%75.49%-
HSV(B)124.62º6.53%78.04%-
XYZ49.6454.8754.99-
YUV193.74124.19122.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 199 (78.12% from 255) = 34.79%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=32.52%
G=34.79%
B=32.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991870.0700.060.22124.6210.475.49
HexBAC7BB706167da4b
Octal2723072737062617512113
Binary101110101100011110111011111011010110111110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7BB; }

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

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

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

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

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

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

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

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