#BDD3BE

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

Shades of Paris White #BDD3BE

Tints of Paris White #BDD3BE

Color information

#BDD3BE (or 0xBDD3BE) is unknown color: approx Paris White. HEX triplet: BD, D3 and BE. RGB value is (189,211,190). Sum of RGB (Red+Green+Blue) = 189+211+190=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BE is #422C41. Grayscale: #CACACA. Windows color (decimal): -4336706 or 12506045. OLE color: 12506045.

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

Color convert

RGB189211190-
CMYK0.1000.100.17
HSL122.73º20%78.43%-
HSV(B)122.73º10.43%82.75%-
XYZ53.5761.1357.69-
YUV202.03121.21118.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=32.03%
G=35.76%
B=32.20%

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
Decimal1892111900.1000.100.17122.732078.43
HexBDD3BEA0A117b144e
Octal275323276120122117324116
Binary101111011101001110111110101001010100011111011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3BE; }

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

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

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

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

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

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

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

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