#BEC8BD

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

Shades of Paris White #BEC8BD

Tints of Paris White #BEC8BD

Color information

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

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

Color convert

RGB190200189-
CMYK0.0500.060.22
HSL114.55º9.09%76.27%-
HSV(B)114.55º5.5%78.43%-
XYZ51.0755.9356.25-
YUV195.76124.19123.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001890.0500.060.22114.559.0976.27
HexBEC8BD506167394c
Octal2763102755062616311114
Binary101111101100100010111101101011010110111001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8BD; }

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

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

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

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

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

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

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

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