Html Css Color HEX #BEAAF0 Melrose

📋 copy color: '#BEAAF0'

red 190 ◦ green 170 ◦ blue 240

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

Shades of Melrose #BEAAF0

Tints of Melrose #BEAAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40%

R = 31.67%
G = 28.33%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEAAF0 (or 0xBEAAF0) is known color: Melrose. HEX triplet: BE, AA and F0. RGB value is (190,170,240). Sum of RGB (Red+Green+Blue) = 190+170+240=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAF0 is #41550F. Grayscale: #B7B7B7. Windows color (decimal): -4281616 or 15772350. OLE color: 15772350.

HSL color Cylindrical-coordinate representation of color #BEAAF0: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEAAF0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 170 240 -
CMYK 0.21 0.29 0 0.06
HSL 257.14º 0.7% 0.8% -
HSV(B) 257.14º 0.29% 0.94% -
XYZ 51.34 45.99 88.61 -
YUV 183.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 190 170 240 0.21 0.29 0 0.06 257.14 0.7 0.8
Hex BE AA F0 15 1D 0 6 101 46 50
Octal 276 252 360 25 35 0 6 401 106 120
Binary 10111110 10101010 11110000 10101 11101 0 110 100000001 1000110 1010000

Color Harmonies of #BEAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAF0

Black with #BEAAF0

Text Example


Text Example

White with #BEAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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