#BECCBE

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

Shades of Paris White #BECCBE

Tints of Paris White #BECCBE

Color information

#BECCBE (or 0xBECCBE) is unknown color: approx Paris White. HEX triplet: BE, CC and BE. RGB value is (190,204,190). Sum of RGB (Red+Green+Blue) = 190+204+190=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCBE is #413341. Grayscale: #C6C6C6. Windows color (decimal): -4272962 or 12504254. OLE color: 12504254.

HSL color Cylindrical-coordinate representation of color #BECCBE: hue angle of 120º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECCBE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB190204190-
CMYK0.0700.070.2
HSL120º12.07%77.25%-
HSV(B)120º6.86%80%-
XYZ52.1257.8557.13-
YUV198.22123.36122.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=32.53%
G=34.93%
B=32.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041900.0700.070.212012.0777.25
HexBECCBE7071478c4d
Octal2763142767072417014115
Binary101111101100110010111110111011110100111100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCBE; }

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

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

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

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

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

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

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

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