#BDC0BD

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

Shades of Paris White #BDC0BD

Tints of Paris White #BDC0BD

Color information

#BDC0BD (or 0xBDC0BD) is unknown color: approx Paris White. HEX triplet: BD, C0 and BD. RGB value is (189,192,189). Sum of RGB (Red+Green+Blue) = 189+192+189=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0BD is #423F42. Grayscale: #BEBEBE. Windows color (decimal): -4341571 or 12435645. OLE color: 12435645.

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

Color convert

RGB189192189-
CMYK0.0200.020.25
HSL120º2.33%74.71%-
HSV(B)120º1.56%75.29%-
XYZ49.0252.1955.63-
YUV190.76127.01126.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=33.16%
G=33.68%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921890.0200.020.251202.3374.71
HexBDC0BD202197824b
Octal275300275202311702113
Binary10111101110000001011110110010110011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0BD; }

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

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

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

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

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

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

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

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