#BDC5BD

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

Shades of Paris White #BDC5BD

Tints of Paris White #BDC5BD

Color information

#BDC5BD (or 0xBDC5BD) is unknown color: approx Paris White. HEX triplet: BD, C5 and BD. RGB value is (189,197,189). Sum of RGB (Red+Green+Blue) = 189+197+189=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BD is #423A42. Grayscale: #C1C1C1. Windows color (decimal): -4340291 or 12436925. OLE color: 12436925.

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

Color convert

RGB189197189-
CMYK0.0400.040.23
HSL120º6.45%75.69%-
HSV(B)120º4.06%77.25%-
XYZ50.1454.4356.01-
YUV193.7125.35124.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=32.87%
G=34.26%
B=32.87%

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
Decimal1891971890.0400.040.231206.4575.69
HexBDC5BD404177864c
Octal275305275404271706114
Binary10111101110001011011110110001001011111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5BD; }

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

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

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

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

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

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

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

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