#BACBBB

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

Shades of Paris White #BACBBB

Tints of Paris White #BACBBB

Color information

#BACBBB (or 0xBACBBB) is unknown color: approx Paris White. HEX triplet: BA, CB and BB. RGB value is (186,203,187). Sum of RGB (Red+Green+Blue) = 186+203+187=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBBB is #453444. Grayscale: #C4C4C4. Windows color (decimal): -4535365 or 12307386. OLE color: 12307386.

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

Color convert

RGB186203187-
CMYK0.0800.080.20
HSL123.53º14.05%76.27%-
HSV(B)123.53º8.37%79.61%-
XYZ50.5856.7455.3-
YUV196.09122.87120.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=32.29%
G=35.24%
B=32.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031870.0800.080.20123.5314.0576.27
HexBACBBB808147ce4c
Octal272313273100102417416114
Binary10111010110010111011101110000100010100111110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBBB; }

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

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

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

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

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

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

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

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