Html Css Color HEX #BEAAFF Melrose

📋 copy color: '#BEAAFF'

red 190 ◦ green 170 ◦ blue 255

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

Shades of Melrose #BEAAFF

Tints of Melrose #BEAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 30.89%
G = 27.64%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEAAFF (or 0xBEAAFF) is known color: Melrose. HEX triplet: BE, AA and FF. RGB value is (190,170,255). Sum of RGB (Red+Green+Blue) = 190+170+255=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAFF is #415500. Grayscale: #B9B9B9. Windows color (decimal): -4281601 or 16755390. OLE color: 16755390.

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

Color convert

RGB 190 170 255 -
CMYK 0.25 0.33 0 0
HSL 254.12º 1% 0.83% -
HSV(B) 254.12º 0.33% 1% -
XYZ 53.66 46.92 100.84 -
YUV 185.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 190 170 255 0.25 0.33 0 0 254.12 1 0.83
Hex BE AA FF 19 21 0 0 FE 64 53
Octal 276 252 377 31 41 0 0 376 144 123
Binary 10111110 10101010 11111111 11001 100001 0 0 11111110 1100100 1010011

Color Harmonies of #BEAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAFF

Black with #BEAAFF

Text Example


Text Example

White with #BEAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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