Html Css Color HEX #BEB4EA Melrose

📋 copy color: '#BEB4EA'

red 190 ◦ green 180 ◦ blue 234

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

Shades of Melrose #BEB4EA

Tints of Melrose #BEB4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 31.46%
G = 29.8%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEB4EA (or 0xBEB4EA) is known color: Melrose. HEX triplet: BE, B4 and EA. RGB value is (190,180,234). Sum of RGB (Red+Green+Blue) = 190+180+234=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4EA is #414B15. Grayscale: #BCBCBC. Windows color (decimal): -4279062 or 15381694. OLE color: 15381694.

HSL color Cylindrical-coordinate representation of color #BEB4EA: hue angle of 251.11º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB4EA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 180 234 -
CMYK 0.19 0.23 0 0.08
HSL 251.11º 0.56% 0.81% -
HSV(B) 251.11º 0.23% 0.92% -
XYZ 52.41 49.53 84.64 -
YUV 189.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 190 180 234 0.19 0.23 0 0.08 251.11 0.56 0.81
Hex BE B4 EA 13 17 0 8 FB 38 51
Octal 276 264 352 23 27 0 10 373 70 121
Binary 10111110 10110100 11101010 10011 10111 0 1000 11111011 111000 1010001

Color Harmonies of #BEB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4EA

Black with #BEB4EA

Text Example


Text Example

White with #BEB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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