#BECFBE

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

Shades of Paris White #BECFBE

Tints of Paris White #BECFBE

Color information

#BECFBE (or 0xBECFBE) is unknown color: approx Paris White. HEX triplet: BE, CF and BE. RGB value is (190,207,190). Sum of RGB (Red+Green+Blue) = 190+207+190=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBE is #413041. Grayscale: #C8C8C8. Windows color (decimal): -4272194 or 12505022. OLE color: 12505022.

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

Color convert

RGB190207190-
CMYK0.0800.080.19
HSL120º15.04%77.84%-
HSV(B)120º8.21%81.18%-
XYZ52.8459.2957.37-
YUV199.98122.37120.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=32.37%
G=35.26%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071900.0800.080.1912015.0477.84
HexBECFBE8081378f4e
Octal276317276100102317017116
Binary10111110110011111011111010000100010011111100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFBE; }

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

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

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

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

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

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

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

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