#BECABE

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

Shades of Paris White #BECABE

Tints of Paris White #BECABE

Color information

#BECABE (or 0xBECABE) is unknown color: approx Paris White. HEX triplet: BE, CA and BE. RGB value is (190,202,190). Sum of RGB (Red+Green+Blue) = 190+202+190=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABE is #413541. Grayscale: #C5C5C5. Windows color (decimal): -4273474 or 12503742. OLE color: 12503742.

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

Color convert

RGB190202190-
CMYK0.0600.060.21
HSL120º10.17%76.86%-
HSV(B)120º5.94%79.22%-
XYZ51.6556.9156.98-
YUV197.04124.02122.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=32.65%
G=34.71%
B=32.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021900.0600.060.2112010.1776.86
HexBECABE6061578a4d
Octal2763122766062517012115
Binary101111101100101010111110110011010101111100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABE; }

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

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

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

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

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

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

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

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