Html Css Color HEX #BEB4EF Melrose

📋 copy color: '#BEB4EF'

red 190 ◦ green 180 ◦ blue 239

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

Shades of Melrose #BEB4EF

Tints of Melrose #BEB4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 31.2%
G = 29.56%
B = 39.24%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEB4EF (or 0xBEB4EF) is known color: Melrose. HEX triplet: BE, B4 and EF. RGB value is (190,180,239). Sum of RGB (Red+Green+Blue) = 190+180+239=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4EF is #414B10. Grayscale: #BDBDBD. Windows color (decimal): -4279057 or 15709374. OLE color: 15709374.

HSL color Cylindrical-coordinate representation of color #BEB4EF: hue angle of 250.17º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB4EF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 180 239 -
CMYK 0.21 0.25 0 0.06
HSL 250.17º 0.65% 0.82% -
HSV(B) 250.17º 0.25% 0.94% -
XYZ 53.14 49.82 88.48 -
YUV 189.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 190 180 239 0.21 0.25 0 0.06 250.17 0.65 0.82
Hex BE B4 EF 15 19 0 6 FA 41 52
Octal 276 264 357 25 31 0 6 372 101 122
Binary 10111110 10110100 11101111 10101 11001 0 110 11111010 1000001 1010010

Color Harmonies of #BEB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4EF

Black with #BEB4EF

Text Example


Text Example

White with #BEB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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