#BECCC1

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

Shades of Paris White #BECCC1

Tints of Paris White #BECCC1

Color information

#BECCC1 (or 0xBECCC1) is unknown color: approx Paris White. HEX triplet: BE, CC and C1. RGB value is (190,204,193). Sum of RGB (Red+Green+Blue) = 190+204+193=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC1 is #41333E. Grayscale: #C6C6C6. Windows color (decimal): -4272959 or 12700862. OLE color: 12700862.

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

Color convert

RGB190204193-
CMYK0.0700.050.2
HSL132.86º12.07%77.25%-
HSV(B)132.86º6.86%80%-
XYZ52.4557.9858.88-
YUV198.56124.86121.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=32.37%
G=34.75%
B=32.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041930.0700.050.2132.8612.0777.25
HexBECCC17051485c4d
Octal2763143017052420514115
Binary1011111011001100110000011110101101001000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCC1; }

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

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

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

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

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

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

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

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