#BECABF

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

Shades of Paris White #BECABF

Tints of Paris White #BECABF

Color information

#BECABF (or 0xBECABF) is unknown color: approx Paris White. HEX triplet: BE, CA and BF. RGB value is (190,202,191). Sum of RGB (Red+Green+Blue) = 190+202+191=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABF is #413540. Grayscale: #C5C5C5. Windows color (decimal): -4273473 or 12569278. OLE color: 12569278.

HSL color Cylindrical-coordinate representation of color #BECABF: hue angle of 125º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECABF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB190202191-
CMYK0.0600.050.21
HSL125º10.17%76.86%-
HSV(B)125º5.94%79.22%-
XYZ51.7656.9557.55-
YUV197.16124.52122.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 191 (75% from 255) = 32.76%
R=32.59%
G=34.65%
B=32.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021910.0600.050.2112510.1776.86
HexBECABF605157da4d
Octal2763122776052517512115
Binary101111101100101010111111110010110101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABF; }

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

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

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

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

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

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

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

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