Html Css Color HEX #BEB4F1 Melrose

📋 copy color: '#BEB4F1'

red 190 ◦ green 180 ◦ blue 241

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

Shades of Melrose #BEB4F1

Tints of Melrose #BEB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

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

R = 31.1%
G = 29.46%
B = 39.44%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEB4F1 (or 0xBEB4F1) is known color: Melrose. HEX triplet: BE, B4 and F1. RGB value is (190,180,241). Sum of RGB (Red+Green+Blue) = 190+180+241=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4F1 is #414B0E. Grayscale: #BDBDBD. Windows color (decimal): -4279055 or 15840446. OLE color: 15840446.

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

Color convert

RGB 190 180 241 -
CMYK 0.21 0.25 0 0.05
HSL 249.84º 0.69% 0.83% -
HSV(B) 249.84º 0.25% 0.95% -
XYZ 53.43 49.94 90.04 -
YUV 189.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 190 180 241 0.21 0.25 0 0.05 249.84 0.69 0.83
Hex BE B4 F1 15 19 0 5 FA 45 53
Octal 276 264 361 25 31 0 5 372 105 123
Binary 10111110 10110100 11110001 10101 11001 0 101 11111010 1000101 1010011

Color Harmonies of #BEB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4F1

Black with #BEB4F1

Text Example


Text Example

White with #BEB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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