#BACABD

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

Shades of Paris White #BACABD

Tints of Paris White #BACABD

Color information

#BACABD (or 0xBACABD) is unknown color: approx Paris White. HEX triplet: BA, CA and BD. RGB value is (186,202,189). Sum of RGB (Red+Green+Blue) = 186+202+189=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABD is #453542. Grayscale: #C3C3C3. Windows color (decimal): -4535619 or 12438202. OLE color: 12438202.

HSL color Cylindrical-coordinate representation of color #BACABD: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACABD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB186202189-
CMYK0.0800.060.21
HSL131.25º13.11%76.08%-
HSV(B)131.25º7.92%79.22%-
XYZ50.5656.3556.36-
YUV195.73124.2121.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=32.24%
G=35.01%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021890.0800.060.21131.2513.1176.08
HexBACABD8061583d4c
Octal27231227510062520315114
Binary10111010110010101011110110000110101011000001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACABD; }

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

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

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

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

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

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

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

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