#BECFC1

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

Shades of Paris White #BECFC1

Tints of Paris White #BECFC1

Color information

#BECFC1 (or 0xBECFC1) is unknown color: approx Paris White. HEX triplet: BE, CF and C1. RGB value is (190,207,193). Sum of RGB (Red+Green+Blue) = 190+207+193=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC1 is #41303E. Grayscale: #C8C8C8. Windows color (decimal): -4272191 or 12701630. OLE color: 12701630.

HSL color Cylindrical-coordinate representation of color #BECFC1: hue angle of 130.59º degrees, saturation: 0.15, 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 #BECFC1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB190207193-
CMYK0.0800.070.19
HSL130.59º15.04%77.84%-
HSV(B)130.59º8.21%81.18%-
XYZ53.1759.4259.12-
YUV200.32123.87120.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=32.20%
G=35.08%
B=32.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071930.0800.070.19130.5915.0477.84
HexBECFC18071383f4e
Octal27631730110072320317116
Binary10111110110011111100000110000111100111000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFC1; }

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

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

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

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

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

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

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

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