Html Css Color HEX #BEB7ED Melrose

📋 copy color: '#BEB7ED'

red 190 ◦ green 183 ◦ blue 237

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

Shades of Melrose #BEB7ED

Tints of Melrose #BEB7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 31.15%
G = 30%
B = 38.85%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEB7ED (or 0xBEB7ED) is known color: Melrose. HEX triplet: BE, B7 and ED. RGB value is (190,183,237). Sum of RGB (Red+Green+Blue) = 190+183+237=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7ED is #414812. Grayscale: #BFBFBF. Windows color (decimal): -4278291 or 15579070. OLE color: 15579070.

HSL color Cylindrical-coordinate representation of color #BEB7ED: hue angle of 247.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB7ED is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 183 237 -
CMYK 0.20 0.23 0 0.07
HSL 247.78º 0.6% 0.82% -
HSV(B) 247.78º 0.23% 0.93% -
XYZ 53.45 50.93 87.13 -
YUV 191.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 190 183 237 0.20 0.23 0 0.07 247.78 0.6 0.82
Hex BE B7 ED 14 17 0 7 F8 3C 52
Octal 276 267 355 24 27 0 7 370 74 122
Binary 10111110 10110111 11101101 10100 10111 0 111 11111000 111100 1010010

Color Harmonies of #BEB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7ED

Black with #BEB7ED

Text Example


Text Example

White with #BEB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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