#BDC1BD

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

Shades of Paris White #BDC1BD

Tints of Paris White #BDC1BD

Color information

#BDC1BD (or 0xBDC1BD) is unknown color: approx Paris White. HEX triplet: BD, C1 and BD. RGB value is (189,193,189). Sum of RGB (Red+Green+Blue) = 189+193+189=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1BD is #423E42. Grayscale: #BFBFBF. Windows color (decimal): -4341315 or 12435901. OLE color: 12435901.

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

Color convert

RGB189193189-
CMYK0.0200.020.24
HSL120º3.13%74.9%-
HSV(B)120º2.07%75.69%-
XYZ49.2452.6355.71-
YUV191.35126.67126.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=33.10%
G=33.80%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931890.0200.020.241203.1374.9
HexBDC1BD202187834b
Octal275301275202301703113
Binary10111101110000011011110110010110001111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1BD; }

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

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

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

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

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

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

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

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