Html Css Color HEX #BEB8ED Melrose

📋 copy color: '#BEB8ED'

red 190 ◦ green 184 ◦ blue 237

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

Shades of Melrose #BEB8ED

Tints of Melrose #BEB8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.11%

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

R = 31.1%
G = 30.11%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEB8ED (or 0xBEB8ED) is known color: Melrose. HEX triplet: BE, B8 and ED. RGB value is (190,184,237). Sum of RGB (Red+Green+Blue) = 190+184+237=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8ED is #414712. Grayscale: #BFBFBF. Windows color (decimal): -4278035 or 15579326. OLE color: 15579326.

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

Color convert

RGB 190 184 237 -
CMYK 0.20 0.22 0 0.07
HSL 246.79º 0.6% 0.83% -
HSV(B) 246.79º 0.22% 0.93% -
XYZ 53.66 51.34 87.2 -
YUV 191.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 190 184 237 0.20 0.22 0 0.07 246.79 0.6 0.83
Hex BE B8 ED 14 16 0 7 F7 3C 53
Octal 276 270 355 24 26 0 7 367 74 123
Binary 10111110 10111000 11101101 10100 10110 0 111 11110111 111100 1010011

Color Harmonies of #BEB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8ED

Black with #BEB8ED

Text Example


Text Example

White with #BEB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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