#BDC3BE

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

Shades of Paris White #BDC3BE

Tints of Paris White #BDC3BE

Color information

#BDC3BE (or 0xBDC3BE) is unknown color: approx Paris White. HEX triplet: BD, C3 and BE. RGB value is (189,195,190). Sum of RGB (Red+Green+Blue) = 189+195+190=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BE is #423C41. Grayscale: #C0C0C0. Windows color (decimal): -4340802 or 12501949. OLE color: 12501949.

HSL color Cylindrical-coordinate representation of color #BDC3BE: hue angle of 130º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3BE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB189195190-
CMYK0.0300.030.24
HSL130º4.76%75.29%-
HSV(B)130º3.08%76.47%-
XYZ49.853.5756.43-
YUV192.64126.51125.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=32.93%
G=33.97%
B=33.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951900.0300.030.241304.7675.29
HexBDC3BE303188254b
Octal275303276303302025113
Binary1011110111000011101111101101111000100000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3BE; }

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

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

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

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

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

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

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

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