#BEAEFC

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

Shades of Melrose #BEAEFC

Tints of Melrose #BEAEFC

Color information

#BEAEFC (or 0xBEAEFC) is unknown color: approx Melrose. HEX triplet: BE, AE and FC. RGB value is (190,174,252). Sum of RGB (Red+Green+Blue) = 190+174+252=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEFC is #415103. Grayscale: #BBBBBB. Windows color (decimal): -4280580 or 16559806. OLE color: 16559806.

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

Color convert

RGB190174252-
CMYK0.250.3100.01
HSL252.31º92.86%83.53%-
HSV(B)252.31º30.95%98.82%-
XYZ53.9448.2598.57-
YUV187.68164.3129.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.84%
G=28.25%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901742520.250.3100.01252.3192.8683.53
HexBEAEFC191F01fc5d54
Octal276256374313701374135124
Binary1011111010101110111111001100111111011111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEFC; }

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

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

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

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

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

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

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

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