#BECAC1

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

Shades of Paris White #BECAC1

Tints of Paris White #BECAC1

Color information

#BECAC1 (or 0xBECAC1) is unknown color: approx Paris White. HEX triplet: BE, CA and C1. RGB value is (190,202,193). Sum of RGB (Red+Green+Blue) = 190+202+193=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC1 is #41353E. Grayscale: #C5C5C5. Windows color (decimal): -4273471 or 12700350. OLE color: 12700350.

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

Color convert

RGB190202193-
CMYK0.0600.040.21
HSL135º10.17%76.86%-
HSV(B)135º5.94%79.22%-
XYZ51.9857.0458.72-
YUV197.39125.52122.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=32.48%
G=34.53%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021930.0600.040.2113510.1776.86
HexBECAC16041587a4d
Octal2763123016042520712115
Binary1011111011001010110000011100100101011000011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC1; }

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

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

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

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

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

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

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

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