#BAC8BB

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

Shades of Paris White #BAC8BB

Tints of Paris White #BAC8BB

Color information

#BAC8BB (or 0xBAC8BB) is unknown color: approx Paris White. HEX triplet: BA, C8 and BB. RGB value is (186,200,187). Sum of RGB (Red+Green+Blue) = 186+200+187=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BB is #453744. Grayscale: #C2C2C2. Windows color (decimal): -4536133 or 12306618. OLE color: 12306618.

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

Color convert

RGB186200187-
CMYK0.0700.060.22
HSL124.29º11.29%75.69%-
HSV(B)124.29º7%78.43%-
XYZ49.8755.3455.07-
YUV194.33123.86122.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=32.46%
G=34.90%
B=32.64%

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
Decimal1862001870.0700.060.22124.2911.2975.69
HexBAC8BB706167cb4c
Octal2723102737062617413114
Binary101110101100100010111011111011010110111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8BB; }

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

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

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

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

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

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

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

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