#BDC7BD

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

Shades of Paris White #BDC7BD

Tints of Paris White #BDC7BD

Color information

#BDC7BD (or 0xBDC7BD) is unknown color: approx Paris White. HEX triplet: BD, C7 and BD. RGB value is (189,199,189). Sum of RGB (Red+Green+Blue) = 189+199+189=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BD is #423842. Grayscale: #C2C2C2. Windows color (decimal): -4339779 or 12437437. OLE color: 12437437.

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

Color convert

RGB189199189-
CMYK0.0500.050.22
HSL120º8.2%76.08%-
HSV(B)120º5.03%78.04%-
XYZ50.655.3456.16-
YUV194.87124.69123.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=32.76%
G=34.49%
B=32.76%

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
Decimal1891991890.0500.050.221208.276.08
HexBDC7BD505167884c
Octal2753072755052617010114
Binary101111011100011110111101101010110110111100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7BD; }

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

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

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

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

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

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

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

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