#BDC3BD

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

Shades of Paris White #BDC3BD

Tints of Paris White #BDC3BD

Color information

#BDC3BD (or 0xBDC3BD) is unknown color: approx Paris White. HEX triplet: BD, C3 and BD. RGB value is (189,195,189). Sum of RGB (Red+Green+Blue) = 189+195+189=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BD is #423C42. Grayscale: #C0C0C0. Windows color (decimal): -4340803 or 12436413. OLE color: 12436413.

HSL color Cylindrical-coordinate representation of color #BDC3BD: hue angle of 120º degrees, saturation: 0.05, 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 #BDC3BD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB189195189-
CMYK0.0300.030.24
HSL120º4.76%75.29%-
HSV(B)120º3.08%76.47%-
XYZ49.6953.5255.86-
YUV192.52126.01125.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=32.98%
G=34.03%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951890.0300.030.241204.7675.29
HexBDC3BD303187854b
Octal275303275303301705113
Binary101111011100001110111101110111100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3BD; }

 p { color: rgb(189,195,189); }

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

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

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

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

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

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

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