Html Css Color HEX #BEB1F1 Melrose

📋 copy color: '#BEB1F1'

red 190 ◦ green 177 ◦ blue 241

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

Shades of Melrose #BEB1F1

Tints of Melrose #BEB1F1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.11%

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

R = 31.25%
G = 29.11%
B = 39.64%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEB1F1 (or 0xBEB1F1) is known color: Melrose. HEX triplet: BE, B1 and F1. RGB value is (190,177,241). Sum of RGB (Red+Green+Blue) = 190+177+241=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1F1 is #414E0E. Grayscale: #BBBBBB. Windows color (decimal): -4279823 or 15839678. OLE color: 15839678.

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

Color convert

RGB 190 177 241 -
CMYK 0.21 0.27 0 0.05
HSL 252.19º 0.7% 0.82% -
HSV(B) 252.19º 0.27% 0.95% -
XYZ 52.83 48.74 89.84 -
YUV 188.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 190 177 241 0.21 0.27 0 0.05 252.19 0.7 0.82
Hex BE B1 F1 15 1B 0 5 FC 46 52
Octal 276 261 361 25 33 0 5 374 106 122
Binary 10111110 10110001 11110001 10101 11011 0 101 11111100 1000110 1010010

Color Harmonies of #BEB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1F1

Black with #BEB1F1

Text Example


Text Example

White with #BEB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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