Html Css Color HEX #BEAAFE Melrose

📋 copy color: '#BEAAFE'

red 190 ◦ green 170 ◦ blue 254

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

Shades of Melrose #BEAAFE

Tints of Melrose #BEAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 30.94%
G = 27.69%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEAAFE (or 0xBEAAFE) is known color: Melrose. HEX triplet: BE, AA and FE. RGB value is (190,170,254). Sum of RGB (Red+Green+Blue) = 190+170+254=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAFE is #415501. Grayscale: #B9B9B9. Windows color (decimal): -4281602 or 16689854. OLE color: 16689854.

HSL color Cylindrical-coordinate representation of color #BEAAFE: hue angle of 254.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAAFE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 170 254 -
CMYK 0.25 0.33 0 0.00
HSL 254.29º 0.98% 0.83% -
HSV(B) 254.29º 0.33% 1% -
XYZ 53.5 46.85 99.99 -
YUV 185.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 190 170 254 0.25 0.33 0 0.00 254.29 0.98 0.83
Hex BE AA FE 19 21 0 0 FE 62 53
Octal 276 252 376 31 41 0 0 376 142 123
Binary 10111110 10101010 11111110 11001 100001 0 0 11111110 1100010 1010011

Color Harmonies of #BEAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAFE

Black with #BEAAFE

Text Example


Text Example

White with #BEAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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