Html Css Color HEX #BEA9FB Melrose

📋 copy color: '#BEA9FB'

red 190 ◦ green 169 ◦ blue 251

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

Shades of Melrose #BEA9FB

Tints of Melrose #BEA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.7%

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

R = 31.15%
G = 27.7%
B = 41.15%

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

#BEA9FB (or 0xBEA9FB) is known color: Melrose. HEX triplet: BE, A9 and FB. RGB value is (190,169,251). Sum of RGB (Red+Green+Blue) = 190+169+251=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FB is #415604. Grayscale: #B8B8B8. Windows color (decimal): -4281861 or 16492990. OLE color: 16492990.

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

Color convert

RGB 190 169 251 -
CMYK 0.24 0.33 0 0.02
HSL 255.37º 0.91% 0.82% -
HSV(B) 255.37º 0.33% 0.98% -
XYZ 52.84 46.29 97.42 -
YUV 184.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 190 169 251 0.24 0.33 0 0.02 255.37 0.91 0.82
Hex BE A9 FB 18 21 0 2 FF 5B 52
Octal 276 251 373 30 41 0 2 377 133 122
Binary 10111110 10101001 11111011 11000 100001 0 10 11111111 1011011 1010010

Color Harmonies of #BEA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9FB

Black with #BEA9FB

Text Example


Text Example

White with #BEA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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