#BCC1BD

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

Shades of Paris White #BCC1BD

Tints of Paris White #BCC1BD

Color information

#BCC1BD (or 0xBCC1BD) is unknown color: approx Paris White. HEX triplet: BC, C1 and BD. RGB value is (188,193,189). Sum of RGB (Red+Green+Blue) = 188+193+189=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1BD is #433E42. Grayscale: #BFBFBF. Windows color (decimal): -4406851 or 12435900. OLE color: 12435900.

HSL color Cylindrical-coordinate representation of color #BCC1BD: hue angle of 132º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC1BD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB188193189-
CMYK0.0300.020.24
HSL132º3.88%74.71%-
HSV(B)132º2.59%75.69%-
XYZ48.9952.5155.7-
YUV191.05126.84125.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=32.98%
G=33.86%
B=33.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931890.0300.020.241323.8874.71
HexBCC1BD302188444b
Octal274301275302302044113
Binary1011110011000001101111011101011000100001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1BD; }

 p { color: rgb(188,193,189); }

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

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

 a { background-color: rgb(188,193,189); }

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

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

 span { border-color: rgb(188,193,189); }

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