Html Css Color HEX #BEB3F9 Melrose

📋 copy color: '#BEB3F9'

red 190 ◦ green 179 ◦ blue 249

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

Shades of Melrose #BEB3F9

Tints of Melrose #BEB3F9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.96%

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 30.74%
G = 28.96%
B = 40.29%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEB3F9 (or 0xBEB3F9) is known color: Melrose. HEX triplet: BE, B3 and F9. RGB value is (190,179,249). Sum of RGB (Red+Green+Blue) = 190+179+249=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3F9 is #414C06. Grayscale: #BEBEBE. Windows color (decimal): -4279303 or 16364478. OLE color: 16364478.

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

Color convert

RGB 190 179 249 -
CMYK 0.24 0.28 0 0.02
HSL 249.43º 0.85% 0.84% -
HSV(B) 249.43º 0.28% 0.98% -
XYZ 54.45 50.03 96.41 -
YUV 190.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 190 179 249 0.24 0.28 0 0.02 249.43 0.85 0.84
Hex BE B3 F9 18 1C 0 2 F9 55 54
Octal 276 263 371 30 34 0 2 371 125 124
Binary 10111110 10110011 11111001 11000 11100 0 10 11111001 1010101 1010100

Color Harmonies of #BEB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3F9

Black with #BEB3F9

Text Example


Text Example

White with #BEB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3F9; }

 p { color: rgb(190,179,249); }

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

background-color css

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

 a { background-color: rgb(190,179,249); }

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

border-color css

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

 span { border-color: rgb(190,179,249); }

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