Html Css Color HEX #BEB4DC Melrose

📋 copy color: '#BEB4DC'

red 190 ◦ green 180 ◦ blue 220

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

Shades of Melrose #BEB4DC

Tints of Melrose #BEB4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 32.2%
G = 30.51%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB4DC (or 0xBEB4DC) is known color: Melrose. HEX triplet: BE, B4 and DC. RGB value is (190,180,220). Sum of RGB (Red+Green+Blue) = 190+180+220=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4DC is #414B23. Grayscale: #BBBBBB. Windows color (decimal): -4279076 or 14464190. OLE color: 14464190.

HSL color Cylindrical-coordinate representation of color #BEB4DC: hue angle of 255º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB4DC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 180 220 -
CMYK 0.14 0.18 0 0.14
HSL 255º 0.36% 0.78% -
HSV(B) 255º 0.18% 0.86% -
XYZ 50.47 48.76 74.46 -
YUV 187.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 190 180 220 0.14 0.18 0 0.14 255 0.36 0.78
Hex BE B4 DC E 12 0 E FF 24 4E
Octal 276 264 334 16 22 0 16 377 44 116
Binary 10111110 10110100 11011100 1110 10010 0 1110 11111111 100100 1001110

Color Harmonies of #BEB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4DC

Black with #BEB4DC

Text Example


Text Example

White with #BEB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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