#BDD0BF

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

Shades of Paris White #BDD0BF

Tints of Paris White #BDD0BF

Color information

#BDD0BF (or 0xBDD0BF) is unknown color: approx Paris White. HEX triplet: BD, D0 and BF. RGB value is (189,208,191). Sum of RGB (Red+Green+Blue) = 189+208+191=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BF is #422F40. Grayscale: #C8C8C8. Windows color (decimal): -4337473 or 12570813. OLE color: 12570813.

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

Color convert

RGB189208191-
CMYK0.0900.080.18
HSL126.32º16.81%77.84%-
HSV(B)126.32º9.13%81.57%-
XYZ52.9559.6958.02-
YUV200.38122.71119.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 191 (75% from 255) = 32.48%
R=32.14%
G=35.37%
B=32.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081910.0900.080.18126.3216.8177.84
HexBDD0BF908127e114e
Octal275320277110102217621116
Binary101111011101000010111111100101000100101111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0BF; }

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

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

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

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

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

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

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

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