Html Css Color HEX #BEABF1 Melrose

📋 copy color: '#BEABF1'

red 190 ◦ green 171 ◦ blue 241

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

Shades of Melrose #BEABF1

Tints of Melrose #BEABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 31.56%
G = 28.41%
B = 40.03%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEABF1 (or 0xBEABF1) is known color: Melrose. HEX triplet: BE, AB and F1. RGB value is (190,171,241). Sum of RGB (Red+Green+Blue) = 190+171+241=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABF1 is #41540E. Grayscale: #B8B8B8. Windows color (decimal): -4281359 or 15838142. OLE color: 15838142.

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

Color convert

RGB 190 171 241 -
CMYK 0.21 0.29 0 0.05
HSL 256.29º 0.71% 0.81% -
HSV(B) 256.29º 0.29% 0.95% -
XYZ 51.68 46.42 89.46 -
YUV 184.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 190 171 241 0.21 0.29 0 0.05 256.29 0.71 0.81
Hex BE AB F1 15 1D 0 5 100 47 51
Octal 276 253 361 25 35 0 5 400 107 121
Binary 10111110 10101011 11110001 10101 11101 0 101 100000000 1000111 1010001

Color Harmonies of #BEABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABF1

Black with #BEABF1

Text Example


Text Example

White with #BEABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABF1; }

 p { color: rgb(190,171,241); }

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

background-color css

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

 a { background-color: rgb(190,171,241); }

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

border-color css

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

 span { border-color: rgb(190,171,241); }

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