#BCD1BD

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

Shades of Paris White #BCD1BD

Tints of Paris White #BCD1BD

Color information

#BCD1BD (or 0xBCD1BD) is unknown color: approx Paris White. HEX triplet: BC, D1 and BD. RGB value is (188,209,189). Sum of RGB (Red+Green+Blue) = 188+209+189=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BD is #432E42. Grayscale: #C8C8C8. Windows color (decimal): -4402755 or 12439996. OLE color: 12439996.

HSL color Cylindrical-coordinate representation of color #BCD1BD: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1BD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB188209189-
CMYK0.1000.100.18
HSL122.86º18.58%77.84%-
HSV(B)122.86º10.05%81.96%-
XYZ52.7259.9756.94-
YUV200.44121.54119.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=32.08%
G=35.67%
B=32.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091890.1000.100.18122.8618.5877.84
HexBCD1BDA0A127b134e
Octal274321275120122217323116
Binary101111001101000110111101101001010100101111011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1BD; }

 p { color: rgb(188,209,189); }

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

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

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

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

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

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

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