Html Css Color HEX #BEB6E9 Melrose

📋 copy color: '#BEB6E9'

red 190 ◦ green 182 ◦ blue 233

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

Shades of Melrose #BEB6E9

Tints of Melrose #BEB6E9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.08%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 31.4%
G = 30.08%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEB6E9 (or 0xBEB6E9) is known color: Melrose. HEX triplet: BE, B6 and E9. RGB value is (190,182,233). Sum of RGB (Red+Green+Blue) = 190+182+233=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6E9 is #414916. Grayscale: #BEBEBE. Windows color (decimal): -4278551 or 15316670. OLE color: 15316670.

HSL color Cylindrical-coordinate representation of color #BEB6E9: hue angle of 249.41º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB6E9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 182 233 -
CMYK 0.18 0.22 0 0.09
HSL 249.41º 0.54% 0.81% -
HSV(B) 249.41º 0.22% 0.91% -
XYZ 52.67 50.29 84.02 -
YUV 190.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 190 182 233 0.18 0.22 0 0.09 249.41 0.54 0.81
Hex BE B6 E9 12 16 0 9 F9 36 51
Octal 276 266 351 22 26 0 11 371 66 121
Binary 10111110 10110110 11101001 10010 10110 0 1001 11111001 110110 1010001

Color Harmonies of #BEB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6E9

Black with #BEB6E9

Text Example


Text Example

White with #BEB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6E9; }

 p { color: rgb(190,182,233); }

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

background-color css

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

 a { background-color: rgb(190,182,233); }

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

border-color css

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

 span { border-color: rgb(190,182,233); }

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