Html Css Color HEX #BEB7F1 Melrose

📋 copy color: '#BEB7F1'

red 190 ◦ green 183 ◦ blue 241

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

Shades of Melrose #BEB7F1

Tints of Melrose #BEB7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.8%

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

R = 30.94%
G = 29.8%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEB7F1 (or 0xBEB7F1) is known color: Melrose. HEX triplet: BE, B7 and F1. RGB value is (190,183,241). Sum of RGB (Red+Green+Blue) = 190+183+241=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7F1 is #41480E. Grayscale: #BFBFBF. Windows color (decimal): -4278287 or 15841214. OLE color: 15841214.

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

Color convert

RGB 190 183 241 -
CMYK 0.21 0.24 0 0.05
HSL 247.24º 0.67% 0.83% -
HSV(B) 247.24º 0.24% 0.95% -
XYZ 54.05 51.17 90.25 -
YUV 191.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 190 183 241 0.21 0.24 0 0.05 247.24 0.67 0.83
Hex BE B7 F1 15 18 0 5 F7 43 53
Octal 276 267 361 25 30 0 5 367 103 123
Binary 10111110 10110111 11110001 10101 11000 0 101 11110111 1000011 1010011

Color Harmonies of #BEB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7F1

Black with #BEB7F1

Text Example


Text Example

White with #BEB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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