#BECAC0

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

Shades of Paris White #BECAC0

Tints of Paris White #BECAC0

Color information

#BECAC0 (or 0xBECAC0) is unknown color: approx Paris White. HEX triplet: BE, CA and C0. RGB value is (190,202,192). Sum of RGB (Red+Green+Blue) = 190+202+192=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC0 is #41353F. Grayscale: #C5C5C5. Windows color (decimal): -4273472 or 12634814. OLE color: 12634814.

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

Color convert

RGB190202192-
CMYK0.0600.050.21
HSL130º10.17%76.86%-
HSV(B)130º5.94%79.22%-
XYZ51.8756.9958.14-
YUV197.27125.02122.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=32.53%
G=34.59%
B=32.88%

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
Decimal1902021920.0600.050.2113010.1776.86
HexBECAC06051582a4d
Octal2763123006052520212115
Binary1011111011001010110000001100101101011000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC0; }

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

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

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

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

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

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

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

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