Html Css Color HEX #BEA8FF Melrose

📋 copy color: '#BEA8FF'

red 190 ◦ green 168 ◦ blue 255

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

Shades of Melrose #BEA8FF

Tints of Melrose #BEA8FF

RGB

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

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

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

R = 31%
G = 27.41%
B = 41.6%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEA8FF (or 0xBEA8FF) is known color: Melrose. HEX triplet: BE, A8 and FF. RGB value is (190,168,255). Sum of RGB (Red+Green+Blue) = 190+168+255=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FF is #415700. Grayscale: #B8B8B8. Windows color (decimal): -4282113 or 16754878. OLE color: 16754878.

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

Color convert

RGB 190 168 255 -
CMYK 0.25 0.34 0 0
HSL 255.17º 1% 0.83% -
HSV(B) 255.17º 0.34% 1% -
XYZ 53.29 46.17 100.71 -
YUV 184.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 190 168 255 0.25 0.34 0 0 255.17 1 0.83
Hex BE A8 FF 19 22 0 0 FF 64 53
Octal 276 250 377 31 42 0 0 377 144 123
Binary 10111110 10101000 11111111 11001 100010 0 0 11111111 1100100 1010011

Color Harmonies of #BEA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8FF

Black with #BEA8FF

Text Example


Text Example

White with #BEA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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