#BDC8BF

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

Shades of Paris White #BDC8BF

Tints of Paris White #BDC8BF

Color information

#BDC8BF (or 0xBDC8BF) is unknown color: approx Paris White. HEX triplet: BD, C8 and BF. RGB value is (189,200,191). Sum of RGB (Red+Green+Blue) = 189+200+191=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BF is #423740. Grayscale: #C3C3C3. Windows color (decimal): -4339521 or 12568765. OLE color: 12568765.

HSL color Cylindrical-coordinate representation of color #BDC8BF: hue angle of 130.91º degrees, saturation: 0.09, 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 #BDC8BF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB189200191-
CMYK0.0600.040.22
HSL130.91º9.09%76.27%-
HSV(B)130.91º5.5%78.43%-
XYZ51.0455.8957.39-
YUV195.68125.36123.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 191 (75% from 255) = 32.93%
R=32.59%
G=34.48%
B=32.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001910.0600.040.22130.919.0976.27
HexBDC8BF604168394c
Octal2753102776042620311114
Binary1011110111001000101111111100100101101000001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8BF; }

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

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

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

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

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

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

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

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