#BECEC1

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

Shades of Paris White #BECEC1

Tints of Paris White #BECEC1

Color information

#BECEC1 (or 0xBECEC1) is unknown color: approx Paris White. HEX triplet: BE, CE and C1. RGB value is (190,206,193). Sum of RGB (Red+Green+Blue) = 190+206+193=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC1 is #41313E. Grayscale: #C7C7C7. Windows color (decimal): -4272447 or 12701374. OLE color: 12701374.

HSL color Cylindrical-coordinate representation of color #BECEC1: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB190206193-
CMYK0.0800.060.19
HSL131.25º14.04%77.65%-
HSV(B)131.25º7.77%80.78%-
XYZ52.9358.9459.04-
YUV199.73124.2121.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=32.26%
G=34.97%
B=32.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061930.0800.060.19131.2514.0477.65
HexBECEC18061383e4e
Octal27631630110062320316116
Binary10111110110011101100000110000110100111000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEC1; }

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

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

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

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

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

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

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

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