Html Css Color HEX #BEAAEB Melrose

📋 copy color: '#BEAAEB'

red 190 ◦ green 170 ◦ blue 235

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

Shades of Melrose #BEAAEB

Tints of Melrose #BEAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 31.93%
G = 28.57%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEAAEB (or 0xBEAAEB) is known color: Melrose. HEX triplet: BE, AA and EB. RGB value is (190,170,235). Sum of RGB (Red+Green+Blue) = 190+170+235=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAEB is #415514. Grayscale: #B7B7B7. Windows color (decimal): -4281621 or 15444670. OLE color: 15444670.

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

Color convert

RGB 190 170 235 -
CMYK 0.19 0.28 0 0.08
HSL 258.46º 0.62% 0.79% -
HSV(B) 258.46º 0.28% 0.92% -
XYZ 50.61 45.69 84.75 -
YUV 183.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 190 170 235 0.19 0.28 0 0.08 258.46 0.62 0.79
Hex BE AA EB 13 1C 0 8 102 3E 4F
Octal 276 252 353 23 34 0 10 402 76 117
Binary 10111110 10101010 11101011 10011 11100 0 1000 100000010 111110 1001111

Color Harmonies of #BEAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAEB

Black with #BEAAEB

Text Example


Text Example

White with #BEAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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