#BDC5BE

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

Shades of Paris White #BDC5BE

Tints of Paris White #BDC5BE

Color information

#BDC5BE (or 0xBDC5BE) is unknown color: approx Paris White. HEX triplet: BD, C5 and BE. RGB value is (189,197,190). Sum of RGB (Red+Green+Blue) = 189+197+190=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BE is #423A41. Grayscale: #C1C1C1. Windows color (decimal): -4340290 or 12502461. OLE color: 12502461.

HSL color Cylindrical-coordinate representation of color #BDC5BE: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC5BE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB189197190-
CMYK0.0400.040.23
HSL127.5º6.45%75.69%-
HSV(B)127.5º4.06%77.25%-
XYZ50.2554.4756.58-
YUV193.81125.85124.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=32.81%
G=34.20%
B=32.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971900.0400.040.23127.56.4575.69
HexBDC5BE404177f64c
Octal275305276404271776114
Binary10111101110001011011111010001001011111111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5BE; }

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

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

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

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

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

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

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

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