#BDD0C0

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

Shades of Paris White #BDD0C0

Tints of Paris White #BDD0C0

Color information

#BDD0C0 (or 0xBDD0C0) is unknown color: approx Paris White. HEX triplet: BD, D0 and C0. RGB value is (189,208,192). Sum of RGB (Red+Green+Blue) = 189+208+192=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C0 is #422F3F. Grayscale: #C8C8C8. Windows color (decimal): -4337472 or 12636349. OLE color: 12636349.

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

Color convert

RGB189208192-
CMYK0.0900.080.18
HSL129.47º16.81%77.84%-
HSV(B)129.47º9.13%81.57%-
XYZ53.0659.7458.6-
YUV200.49123.21119.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=32.09%
G=35.31%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081920.0900.080.18129.4716.8177.84
HexBDD0C09081281114e
Octal275320300110102220121116
Binary1011110111010000110000001001010001001010000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0C0; }

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

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

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

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

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

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

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

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