Html Css Color HEX #BEAAEA Melrose

📋 copy color: '#BEAAEA'

red 190 ◦ green 170 ◦ blue 234

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

Shades of Melrose #BEAAEA

Tints of Melrose #BEAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 31.99%
G = 28.62%
B = 39.39%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEAAEA (or 0xBEAAEA) is known color: Melrose. HEX triplet: BE, AA and EA. RGB value is (190,170,234). Sum of RGB (Red+Green+Blue) = 190+170+234=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAEA is #415515. Grayscale: #B7B7B7. Windows color (decimal): -4281622 or 15379134. OLE color: 15379134.

HSL color Cylindrical-coordinate representation of color #BEAAEA: hue angle of 258.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAAEA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 170 234 -
CMYK 0.19 0.27 0 0.08
HSL 258.75º 0.6% 0.79% -
HSV(B) 258.75º 0.27% 0.92% -
XYZ 50.46 45.64 83.99 -
YUV 183.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 190 170 234 0.19 0.27 0 0.08 258.75 0.6 0.79
Hex BE AA EA 13 1B 0 8 103 3C 4F
Octal 276 252 352 23 33 0 10 403 74 117
Binary 10111110 10101010 11101010 10011 11011 0 1000 100000011 111100 1001111

Color Harmonies of #BEAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAEA

Black with #BEAAEA

Text Example


Text Example

White with #BEAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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