Html Css Color HEX #BEAAED Melrose

📋 copy color: '#BEAAED'

red 190 ◦ green 170 ◦ blue 237

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

Shades of Melrose #BEAAED

Tints of Melrose #BEAAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 31.83%
G = 28.48%
B = 39.7%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEAAED (or 0xBEAAED) is known color: Melrose. HEX triplet: BE, AA and ED. RGB value is (190,170,237). Sum of RGB (Red+Green+Blue) = 190+170+237=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAED is #415512. Grayscale: #B7B7B7. Windows color (decimal): -4281619 or 15575742. OLE color: 15575742.

HSL color Cylindrical-coordinate representation of color #BEAAED: hue angle of 257.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEAAED is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 170 237 -
CMYK 0.20 0.28 0 0.07
HSL 257.91º 0.65% 0.8% -
HSV(B) 257.91º 0.28% 0.93% -
XYZ 50.9 45.81 86.28 -
YUV 183.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 190 170 237 0.20 0.28 0 0.07 257.91 0.65 0.8
Hex BE AA ED 14 1C 0 7 102 41 50
Octal 276 252 355 24 34 0 7 402 101 120
Binary 10111110 10101010 11101101 10100 11100 0 111 100000010 1000001 1010000

Color Harmonies of #BEAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAED

Black with #BEAAED

Text Example


Text Example

White with #BEAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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