#BDC8BE

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

Shades of Paris White #BDC8BE

Tints of Paris White #BDC8BE

Color information

#BDC8BE (or 0xBDC8BE) is unknown color: approx Paris White. HEX triplet: BD, C8 and BE. RGB value is (189,200,190). Sum of RGB (Red+Green+Blue) = 189+200+190=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BE is #423741. Grayscale: #C3C3C3. Windows color (decimal): -4339522 or 12503229. OLE color: 12503229.

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

Color convert

RGB189200190-
CMYK0.0600.050.22
HSL125.45º9.09%76.27%-
HSV(B)125.45º5.5%78.43%-
XYZ50.9355.8556.81-
YUV195.57124.86123.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=32.64%
G=34.54%
B=32.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001900.0600.050.22125.459.0976.27
HexBDC8BE605167d94c
Octal2753102766052617511114
Binary101111011100100010111110110010110110111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8BE; }

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

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

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

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

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

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

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

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