#BDC6BD

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

Shades of Paris White #BDC6BD

Tints of Paris White #BDC6BD

Color information

#BDC6BD (or 0xBDC6BD) is unknown color: approx Paris White. HEX triplet: BD, C6 and BD. RGB value is (189,198,189). Sum of RGB (Red+Green+Blue) = 189+198+189=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BD is #423942. Grayscale: #C2C2C2. Windows color (decimal): -4340035 or 12437181. OLE color: 12437181.

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

Color convert

RGB189198189-
CMYK0.0500.050.22
HSL120º7.32%75.88%-
HSV(B)120º4.55%77.65%-
XYZ50.3754.8856.08-
YUV194.28125.02124.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=32.81%
G=34.38%
B=32.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981890.0500.050.221207.3275.88
HexBDC6BD505167874c
Octal275306275505261707114
Binary10111101110001101011110110101011011011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6BD; }

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

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

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

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

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

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

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

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