Html Css Color HEX #BEA8EE Melrose

📋 copy color: '#BEA8EE'

red 190 ◦ green 168 ◦ blue 238

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

Shades of Melrose #BEA8EE

Tints of Melrose #BEA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 31.88%
G = 28.19%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA8EE (or 0xBEA8EE) is known color: Melrose. HEX triplet: BE, A8 and EE. RGB value is (190,168,238). Sum of RGB (Red+Green+Blue) = 190+168+238=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8EE is #415711. Grayscale: #B6B6B6. Windows color (decimal): -4282130 or 15640766. OLE color: 15640766.

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

Color convert

RGB 190 168 238 -
CMYK 0.20 0.29 0 0.07
HSL 258.86º 0.67% 0.8% -
HSV(B) 258.86º 0.29% 0.93% -
XYZ 50.67 45.13 86.93 -
YUV 182.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 190 168 238 0.20 0.29 0 0.07 258.86 0.67 0.8
Hex BE A8 EE 14 1D 0 7 103 43 50
Octal 276 250 356 24 35 0 7 403 103 120
Binary 10111110 10101000 11101110 10100 11101 0 111 100000011 1000011 1010000

Color Harmonies of #BEA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8EE

Black with #BEA8EE

Text Example


Text Example

White with #BEA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8EE; }

 p { color: rgb(190,168,238); }

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

background-color css

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

 a { background-color: rgb(190,168,238); }

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

border-color css

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

 span { border-color: rgb(190,168,238); }

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