#BCC4BD

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

Shades of Paris White #BCC4BD

Tints of Paris White #BCC4BD

Color information

#BCC4BD (or 0xBCC4BD) is unknown color: approx Paris White. HEX triplet: BC, C4 and BD. RGB value is (188,196,189). Sum of RGB (Red+Green+Blue) = 188+196+189=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4BD is #433B42. Grayscale: #C0C0C0. Windows color (decimal): -4406083 or 12436668. OLE color: 12436668.

HSL color Cylindrical-coordinate representation of color #BCC4BD: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4BD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB188196189-
CMYK0.0400.040.23
HSL127.5º6.35%75.29%-
HSV(B)127.5º4.08%76.86%-
XYZ49.6653.8555.92-
YUV192.81125.85124.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=32.81%
G=34.21%
B=32.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961890.0400.040.23127.56.3575.29
HexBCC4BD404177f64b
Octal274304275404271776113
Binary10111100110001001011110110001001011111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4BD; }

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

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

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

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

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

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

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

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