Html Css Color HEX #BEAAF5 Melrose

📋 copy color: '#BEAAF5'

red 190 ◦ green 170 ◦ blue 245

#BEAAF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BEAAF5

Tints of Melrose #BEAAF5

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

 GREEN value IS 170 (66.8% from 255) = 28.1%

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 31.4%
G = 28.1%
B = 40.5%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEAAF5 (or 0xBEAAF5) is known color: Melrose. HEX triplet: BE, AA and F5. RGB value is (190,170,245). Sum of RGB (Red+Green+Blue) = 190+170+245=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAF5 is #41550A. Grayscale: #B8B8B8. Windows color (decimal): -4281611 or 16100030. OLE color: 16100030.

HSL color Cylindrical-coordinate representation of color #BEAAF5: hue angle of 256º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEAAF5 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 170 245 -
CMYK 0.22 0.31 0 0.04
HSL 256º 0.79% 0.81% -
HSV(B) 256º 0.31% 0.96% -
XYZ 52.09 46.29 92.58 -
YUV 184.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 190 170 245 0.22 0.31 0 0.04 256 0.79 0.81
Hex BE AA F5 16 1F 0 4 100 4F 51
Octal 276 252 365 26 37 0 4 400 117 121
Binary 10111110 10101010 11110101 10110 11111 0 100 100000000 1001111 1010001

Color Harmonies of #BEAAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAF5

Black with #BEAAF5

Text Example


Text Example

White with #BEAAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAF5; }

 p { color: rgb(190,170,245); }

 H1.HeaderClassName
 {
   color: #BEAAF5;
 }
 .AnyTagClassName
 {
   color: #BEAAF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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