#BAC7BD

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

Shades of Paris White #BAC7BD

Tints of Paris White #BAC7BD

Color information

#BAC7BD (or 0xBAC7BD) is unknown color: approx Paris White. HEX triplet: BA, C7 and BD. RGB value is (186,199,189). Sum of RGB (Red+Green+Blue) = 186+199+189=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7BD is #453842. Grayscale: #C1C1C1. Windows color (decimal): -4536387 or 12437434. OLE color: 12437434.

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

Color convert

RGB186199189-
CMYK0.0700.050.22
HSL133.85º10.4%75.49%-
HSV(B)133.85º6.53%78.04%-
XYZ49.8654.9656.12-
YUV193.97125.19122.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=32.40%
G=34.67%
B=32.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991890.0700.050.22133.8510.475.49
HexBAC7BD7051686a4b
Octal2723072757052620612113
Binary1011101011000111101111011110101101101000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7BD; }

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

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

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

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

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

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

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

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