#BDC6BE

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

Shades of Paris White #BDC6BE

Tints of Paris White #BDC6BE

Color information

#BDC6BE (or 0xBDC6BE) is unknown color: approx Paris White. HEX triplet: BD, C6 and BE. RGB value is (189,198,190). Sum of RGB (Red+Green+Blue) = 189+198+190=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BE is #423941. Grayscale: #C2C2C2. Windows color (decimal): -4340034 or 12502717. OLE color: 12502717.

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

Color convert

RGB189198190-
CMYK0.0500.040.22
HSL126.67º7.32%75.88%-
HSV(B)126.67º4.55%77.65%-
XYZ50.4754.9256.66-
YUV194.4125.52124.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=32.76%
G=34.32%
B=32.93%

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
Decimal1891981900.0500.040.22126.677.3275.88
HexBDC6BE504167f74c
Octal275306276504261777114
Binary10111101110001101011111010101001011011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6BE; }

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

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

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

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

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

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

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

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