#BDD3BD

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

Shades of Paris White #BDD3BD

Tints of Paris White #BDD3BD

Color information

#BDD3BD (or 0xBDD3BD) is unknown color: approx Paris White. HEX triplet: BD, D3 and BD. RGB value is (189,211,189). Sum of RGB (Red+Green+Blue) = 189+211+189=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BD is #422C42. Grayscale: #C9C9C9. Windows color (decimal): -4336707 or 12440509. OLE color: 12440509.

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

Color convert

RGB189211189-
CMYK0.1000.100.17
HSL120º20%78.43%-
HSV(B)120º10.43%82.75%-
XYZ53.4761.0857.12-
YUV201.91120.71118.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=32.09%
G=35.82%
B=32.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111890.1000.100.171202078.43
HexBDD3BDA0A1178144e
Octal275323275120122117024116
Binary101111011101001110111101101001010100011111000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3BD; }

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

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

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

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

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

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

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

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