Html Css Color HEX #BEA8FA Melrose

📋 copy color: '#BEA8FA'

red 190 ◦ green 168 ◦ blue 250

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

Shades of Melrose #BEA8FA

Tints of Melrose #BEA8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 31.25%
G = 27.63%
B = 41.12%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEA8FA (or 0xBEA8FA) is known color: Melrose. HEX triplet: BE, A8 and FA. RGB value is (190,168,250). Sum of RGB (Red+Green+Blue) = 190+168+250=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FA is #415705. Grayscale: #B7B7B7. Windows color (decimal): -4282118 or 16427198. OLE color: 16427198.

HSL color Cylindrical-coordinate representation of color #BEA8FA: hue angle of 256.1º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA8FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 168 250 -
CMYK 0.24 0.33 0 0.02
HSL 256.1º 0.89% 0.82% -
HSV(B) 256.1º 0.33% 0.98% -
XYZ 52.49 45.85 96.53 -
YUV 183.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 190 168 250 0.24 0.33 0 0.02 256.1 0.89 0.82
Hex BE A8 FA 18 21 0 2 100 59 52
Octal 276 250 372 30 41 0 2 400 131 122
Binary 10111110 10101000 11111010 11000 100001 0 10 100000000 1011001 1010010

Color Harmonies of #BEA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8FA

Black with #BEA8FA

Text Example


Text Example

White with #BEA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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