Html Css Color HEX #BEB4E9 Melrose

📋 copy color: '#BEB4E9'

red 190 ◦ green 180 ◦ blue 233

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

Shades of Melrose #BEB4E9

Tints of Melrose #BEB4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 31.51%
G = 29.85%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEB4E9 (or 0xBEB4E9) is known color: Melrose. HEX triplet: BE, B4 and E9. RGB value is (190,180,233). Sum of RGB (Red+Green+Blue) = 190+180+233=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEB4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4E9 is #414B16. Grayscale: #BCBCBC. Windows color (decimal): -4279063 or 15316158. OLE color: 15316158.

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

Color convert

RGB 190 180 233 -
CMYK 0.18 0.23 0 0.09
HSL 251.32º 0.55% 0.81% -
HSV(B) 251.32º 0.23% 0.91% -
XYZ 52.26 49.47 83.89 -
YUV 189.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 190 180 233 0.18 0.23 0 0.09 251.32 0.55 0.81
Hex BE B4 E9 12 17 0 9 FB 37 51
Octal 276 264 351 22 27 0 11 373 67 121
Binary 10111110 10110100 11101001 10010 10111 0 1001 11111011 110111 1010001

Color Harmonies of #BEB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4E9

Black with #BEB4E9

Text Example


Text Example

White with #BEB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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