#BDD0BD

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

Shades of Paris White #BDD0BD

Tints of Paris White #BDD0BD

Color information

#BDD0BD (or 0xBDD0BD) is unknown color: approx Paris White. HEX triplet: BD, D0 and BD. RGB value is (189,208,189). Sum of RGB (Red+Green+Blue) = 189+208+189=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BD is #422F42. Grayscale: #C8C8C8. Windows color (decimal): -4337475 or 12439741. OLE color: 12439741.

HSL color Cylindrical-coordinate representation of color #BDD0BD: hue angle of 120º 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 #BDD0BD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB189208189-
CMYK0.0900.090.18
HSL120º16.81%77.84%-
HSV(B)120º9.13%81.57%-
XYZ52.7359.656.87-
YUV200.15121.71120.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=32.25%
G=35.49%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081890.0900.090.1812016.8177.84
HexBDD0BD9091278114e
Octal275320275110112217021116
Binary101111011101000010111101100101001100101111000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0BD; }

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

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

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

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

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

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

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

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