Html Css Color HEX #BEB1F3 Melrose

📋 copy color: '#BEB1F3'

red 190 ◦ green 177 ◦ blue 243

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

Shades of Melrose #BEB1F3

Tints of Melrose #BEB1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.84%

R = 31.15%
G = 29.02%
B = 39.84%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEB1F3 (or 0xBEB1F3) is known color: Melrose. HEX triplet: BE, B1 and F3. RGB value is (190,177,243). Sum of RGB (Red+Green+Blue) = 190+177+243=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1F3 is #414E0C. Grayscale: #BCBCBC. Windows color (decimal): -4279821 or 15970750. OLE color: 15970750.

HSL color Cylindrical-coordinate representation of color #BEB1F3: hue angle of 251.82º degrees, saturation: 0.73, 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 #BEB1F3 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 177 243 -
CMYK 0.22 0.27 0 0.05
HSL 251.82º 0.73% 0.82% -
HSV(B) 251.82º 0.27% 0.95% -
XYZ 53.14 48.86 91.42 -
YUV 188.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 190 177 243 0.22 0.27 0 0.05 251.82 0.73 0.82
Hex BE B1 F3 16 1B 0 5 FC 49 52
Octal 276 261 363 26 33 0 5 374 111 122
Binary 10111110 10110001 11110011 10110 11011 0 101 11111100 1001001 1010010

Color Harmonies of #BEB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1F3

Black with #BEB1F3

Text Example


Text Example

White with #BEB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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