#BDD1C0

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

Shades of Paris White #BDD1C0

Tints of Paris White #BDD1C0

Color information

#BDD1C0 (or 0xBDD1C0) is unknown color: approx Paris White. HEX triplet: BD, D1 and C0. RGB value is (189,209,192). Sum of RGB (Red+Green+Blue) = 189+209+192=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C0 is #422E3F. Grayscale: #C9C9C9. Windows color (decimal): -4337216 or 12636605. OLE color: 12636605.

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

Color convert

RGB189209192-
CMYK0.1000.080.18
HSL129º17.86%78.04%-
HSV(B)129º9.57%81.96%-
XYZ53.360.2358.68-
YUV201.08122.87119.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=32.03%
G=35.42%
B=32.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091920.1000.080.1812917.8678.04
HexBDD1C0A081281124e
Octal275321300120102220122116
Binary1011110111010001110000001010010001001010000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1C0; }

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

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

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

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

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

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

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

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