#BEAEFF

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

Shades of Melrose #BEAEFF

Tints of Melrose #BEAEFF

Color information

#BEAEFF (or 0xBEAEFF) is unknown color: approx Melrose. HEX triplet: BE, AE and FF. RGB value is (190,174,255). Sum of RGB (Red+Green+Blue) = 190+174+255=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEFF is #415100. Grayscale: #BBBBBB. Windows color (decimal): -4280577 or 16756414. OLE color: 16756414.

HSL color Cylindrical-coordinate representation of color #BEAEFF: hue angle of 251.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEAEFF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190174255-
CMYK0.250.3200
HSL251.85º100%84.12%-
HSV(B)251.85º31.76%100%-
XYZ54.4248.44101.09-
YUV188.02165.8129.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 255 (100% from 255) = 41.20%
R=30.69%
G=28.11%
B=41.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901742550.250.3200251.8510084.12
HexBEAEFF192000fc6454
Octal276256377314000374144124
Binary10111110101011101111111111001100000001111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEFF; }

 p { color: rgb(190,174,255); }

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

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

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

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

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

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

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