Html Css Color HEX #BEA8F2 Melrose

📋 copy color: '#BEA8F2'

red 190 ◦ green 168 ◦ blue 242

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

Shades of Melrose #BEA8F2

Tints of Melrose #BEA8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 31.67%
G = 28%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEA8F2 (or 0xBEA8F2) is known color: Melrose. HEX triplet: BE, A8 and F2. RGB value is (190,168,242). Sum of RGB (Red+Green+Blue) = 190+168+242=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F2 is #41570D. Grayscale: #B6B6B6. Windows color (decimal): -4282126 or 15902910. OLE color: 15902910.

HSL color Cylindrical-coordinate representation of color #BEA8F2: hue angle of 257.84º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA8F2 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 168 242 -
CMYK 0.21 0.31 0 0.05
HSL 257.84º 0.74% 0.8% -
HSV(B) 257.84º 0.31% 0.95% -
XYZ 51.26 45.36 90.06 -
YUV 183.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 190 168 242 0.21 0.31 0 0.05 257.84 0.74 0.8
Hex BE A8 F2 15 1F 0 5 102 4A 50
Octal 276 250 362 25 37 0 5 402 112 120
Binary 10111110 10101000 11110010 10101 11111 0 101 100000010 1001010 1010000

Color Harmonies of #BEA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8F2

Black with #BEA8F2

Text Example


Text Example

White with #BEA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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