Html Css Color HEX #BEA8FB Melrose

📋 copy color: '#BEA8FB'

red 190 ◦ green 168 ◦ blue 251

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

Shades of Melrose #BEA8FB

Tints of Melrose #BEA8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 31.2%
G = 27.59%
B = 41.22%

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

#BEA8FB (or 0xBEA8FB) is known color: Melrose. HEX triplet: BE, A8 and FB. RGB value is (190,168,251). Sum of RGB (Red+Green+Blue) = 190+168+251=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FB is #415704. Grayscale: #B7B7B7. Windows color (decimal): -4282117 or 16492734. OLE color: 16492734.

HSL color Cylindrical-coordinate representation of color #BEA8FB: hue angle of 255.9º degrees, saturation: 0.91, 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 #BEA8FB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 168 251 -
CMYK 0.24 0.33 0 0.02
HSL 255.9º 0.91% 0.82% -
HSV(B) 255.9º 0.33% 0.98% -
XYZ 52.65 45.92 97.35 -
YUV 184.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 190 168 251 0.24 0.33 0 0.02 255.9 0.91 0.82
Hex BE A8 FB 18 21 0 2 100 5B 52
Octal 276 250 373 30 41 0 2 400 133 122
Binary 10111110 10101000 11111011 11000 100001 0 10 100000000 1011011 1010010

Color Harmonies of #BEA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8FB

Black with #BEA8FB

Text Example


Text Example

White with #BEA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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