#BEB0FA

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

Shades of Melrose #BEB0FA

Tints of Melrose #BEB0FA

Color information

#BEB0FA (or 0xBEB0FA) is unknown color: approx Melrose. HEX triplet: BE, B0 and FA. RGB value is (190,176,250). Sum of RGB (Red+Green+Blue) = 190+176+250=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0FA is #414F05. Grayscale: #BCBCBC. Windows color (decimal): -4280070 or 16429246. OLE color: 16429246.

HSL color Cylindrical-coordinate representation of color #BEB0FA: hue angle of 251.35º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEB0FA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190176250-
CMYK0.240.3000.02
HSL251.35º88.1%83.53%-
HSV(B)251.35º29.6%98.04%-
XYZ54.0248.997.03-
YUV188.62162.64128.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=30.84%
G=28.57%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901762500.240.3000.02251.3588.183.53
HexBEB0FA181E02fb5854
Octal276260372303602373130124
Binary10111110101100001111101011000111100101111101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0FA; }

 p { color: rgb(190,176,250); }

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

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

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

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

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

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

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