#BDD2BE

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

Shades of Paris White #BDD2BE

Tints of Paris White #BDD2BE

Color information

#BDD2BE (or 0xBDD2BE) is unknown color: approx Paris White. HEX triplet: BD, D2 and BE. RGB value is (189,210,190). Sum of RGB (Red+Green+Blue) = 189+210+190=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BE is #422D41. Grayscale: #C9C9C9. Windows color (decimal): -4336962 or 12505789. OLE color: 12505789.

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

Color convert

RGB189210190-
CMYK0.1000.100.18
HSL122.86º18.92%78.24%-
HSV(B)122.86º10%82.35%-
XYZ53.3360.6357.61-
YUV201.44121.54119.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=32.09%
G=35.65%
B=32.26%

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
Decimal1892101900.1000.100.18122.8618.9278.24
HexBDD2BEA0A127b134e
Octal275322276120122217323116
Binary101111011101001010111110101001010100101111011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2BE; }

 p { color: rgb(189,210,190); }

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

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

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

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

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

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

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