#BEC4BF

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

Shades of Paris White #BEC4BF

Tints of Paris White #BEC4BF

Color information

#BEC4BF (or 0xBEC4BF) is unknown color: approx Paris White. HEX triplet: BE, C4 and BF. RGB value is (190,196,191). Sum of RGB (Red+Green+Blue) = 190+196+191=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4BF is #413B40. Grayscale: #C1C1C1. Windows color (decimal): -4275009 or 12567742. OLE color: 12567742.

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

Color convert

RGB190196191-
CMYK0.0300.030.23
HSL130º4.84%75.69%-
HSV(B)130º3.06%76.86%-
XYZ50.3854.1957.09-
YUV193.64126.51125.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 191 (75% 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.23
SystemRedGreenBlueCMYKHSL
Decimal1901961910.0300.030.231304.8475.69
HexBEC4BF303178254c
Octal276304277303272025114
Binary1011111011000100101111111101110111100000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4BF; }

 p { color: rgb(190,196,191); }

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

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

 a { background-color: rgb(190,196,191); }

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

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

 span { border-color: rgb(190,196,191); }

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