#BACCBB

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

Shades of Paris White #BACCBB

Tints of Paris White #BACCBB

Color information

#BACCBB (or 0xBACCBB) is unknown color: approx Paris White. HEX triplet: BA, CC and BB. RGB value is (186,204,187). Sum of RGB (Red+Green+Blue) = 186+204+187=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBB is #453344. Grayscale: #C4C4C4. Windows color (decimal): -4535109 or 12307642. OLE color: 12307642.

HSL color Cylindrical-coordinate representation of color #BACCBB: hue angle of 123.33º 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 #BACCBB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB186204187-
CMYK0.0900.080.2
HSL123.33º15%76.47%-
HSV(B)123.33º8.82%80%-
XYZ50.8157.2155.38-
YUV196.68122.54120.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=32.24%
G=35.36%
B=32.41%

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
Decimal1862041870.0900.080.2123.331576.47
HexBACCBB908147bf4c
Octal272314273110102417317114
Binary10111010110011001011101110010100010100111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCBB; }

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

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

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

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

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

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

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

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