#BDC7BF

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

Shades of Paris White #BDC7BF

Tints of Paris White #BDC7BF

Color information

#BDC7BF (or 0xBDC7BF) is unknown color: approx Paris White. HEX triplet: BD, C7 and BF. RGB value is (189,199,191). Sum of RGB (Red+Green+Blue) = 189+199+191=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BF is #423840. Grayscale: #C3C3C3. Windows color (decimal): -4339777 or 12568509. OLE color: 12568509.

HSL color Cylindrical-coordinate representation of color #BDC7BF: hue angle of 132º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC7BF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB189199191-
CMYK0.0500.040.22
HSL132º8.2%76.08%-
HSV(B)132º5.03%78.04%-
XYZ50.8155.4357.31-
YUV195.1125.69123.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 191 (75% from 255) = 32.99%
R=32.64%
G=34.37%
B=32.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991910.0500.040.221328.276.08
HexBDC7BF504168484c
Octal2753072775042620410114
Binary1011110111000111101111111010100101101000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7BF; }

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

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

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

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

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

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

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

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