#BACCBC

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

Shades of Paris White #BACCBC

Tints of Paris White #BACCBC

Color information

#BACCBC (or 0xBACCBC) is unknown color: approx Paris White. HEX triplet: BA, CC and BC. RGB value is (186,204,188). Sum of RGB (Red+Green+Blue) = 186+204+188=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBC is #453343. Grayscale: #C4C4C4. Windows color (decimal): -4535108 or 12373178. OLE color: 12373178.

HSL color Cylindrical-coordinate representation of color #BACCBC: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCBC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB186204188-
CMYK0.0900.080.2
HSL126.67º15%76.47%-
HSV(B)126.67º8.82%80%-
XYZ50.9257.2655.94-
YUV196.79123.04120.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=32.18%
G=35.29%
B=32.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041880.0900.080.2126.671576.47
HexBACCBC908147ff4c
Octal272314274110102417717114
Binary10111010110011001011110010010100010100111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCBC; }

 p { color: rgb(186,204,188); }

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

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

 a { background-color: rgb(186,204,188); }

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

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

 span { border-color: rgb(186,204,188); }

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