#BDD0BE

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

Shades of Paris White #BDD0BE

Tints of Paris White #BDD0BE

Color information

#BDD0BE (or 0xBDD0BE) is unknown color: approx Paris White. HEX triplet: BD, D0 and BE. RGB value is (189,208,190). Sum of RGB (Red+Green+Blue) = 189+208+190=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BE is #422F41. Grayscale: #C8C8C8. Windows color (decimal): -4337474 or 12505277. OLE color: 12505277.

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

Color convert

RGB189208190-
CMYK0.0900.090.18
HSL123.16º16.81%77.84%-
HSV(B)123.16º9.13%81.57%-
XYZ52.8459.6557.44-
YUV200.27122.21119.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=32.20%
G=35.43%
B=32.37%

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
Decimal1892081900.0900.090.18123.1616.8177.84
HexBDD0BE909127b114e
Octal275320276110112217321116
Binary101111011101000010111110100101001100101111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0BE; }

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

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

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

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

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

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

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

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