#BDD2BF

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

Shades of Paris White #BDD2BF

Tints of Paris White #BDD2BF

Color information

#BDD2BF (or 0xBDD2BF) is unknown color: approx Paris White. HEX triplet: BD, D2 and BF. RGB value is (189,210,191). Sum of RGB (Red+Green+Blue) = 189+210+191=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BF is #422D40. Grayscale: #C9C9C9. Windows color (decimal): -4336961 or 12571325. OLE color: 12571325.

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

Color convert

RGB189210191-
CMYK0.1000.090.18
HSL125.71º18.92%78.24%-
HSV(B)125.71º10%82.35%-
XYZ53.4460.6758.18-
YUV201.56122.04119.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 191 (75% from 255) = 32.37%
R=32.03%
G=35.59%
B=32.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101910.1000.090.18125.7118.9278.24
HexBDD2BFA09127e134e
Octal275322277120112217623116
Binary101111011101001010111111101001001100101111110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2BF; }

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

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

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

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

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

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

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

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