#BDCDC0

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

Shades of Paris White #BDCDC0

Tints of Paris White #BDCDC0

Color information

#BDCDC0 (or 0xBDCDC0) is unknown color: approx Paris White. HEX triplet: BD, CD and C0. RGB value is (189,205,192). Sum of RGB (Red+Green+Blue) = 189+205+192=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC0 is #42323F. Grayscale: #C6C6C6. Windows color (decimal): -4338240 or 12635581. OLE color: 12635581.

HSL color Cylindrical-coordinate representation of color #BDCDC0: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB189205192-
CMYK0.0800.060.20
HSL131.25º13.79%77.25%-
HSV(B)131.25º7.8%80.39%-
XYZ52.3358.2958.36-
YUV198.73124.2121.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=32.25%
G=34.98%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051920.0800.060.20131.2513.7977.25
HexBDCDC08061483e4d
Octal27531530010062420316115
Binary10111101110011011100000010000110101001000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC0; }

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

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

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

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

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

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

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

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