Html Css Color HEX #BEAAF2 Melrose

📋 copy color: '#BEAAF2'

red 190 ◦ green 170 ◦ blue 242

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

Shades of Melrose #BEAAF2

Tints of Melrose #BEAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 31.56%
G = 28.24%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEAAF2 (or 0xBEAAF2) is known color: Melrose. HEX triplet: BE, AA and F2. RGB value is (190,170,242). Sum of RGB (Red+Green+Blue) = 190+170+242=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAF2 is #41550D. Grayscale: #B7B7B7. Windows color (decimal): -4281614 or 15903422. OLE color: 15903422.

HSL color Cylindrical-coordinate representation of color #BEAAF2: hue angle of 256.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEAAF2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 170 242 -
CMYK 0.21 0.30 0 0.05
HSL 256.67º 0.73% 0.81% -
HSV(B) 256.67º 0.3% 0.95% -
XYZ 51.64 46.11 90.18 -
YUV 184.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 190 170 242 0.21 0.30 0 0.05 256.67 0.73 0.81
Hex BE AA F2 15 1E 0 5 101 49 51
Octal 276 252 362 25 36 0 5 401 111 121
Binary 10111110 10101010 11110010 10101 11110 0 101 100000001 1001001 1010001

Color Harmonies of #BEAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAF2

Black with #BEAAF2

Text Example


Text Example

White with #BEAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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