Html Css Color HEX #BEB4DB Melrose

📋 copy color: '#BEB4DB'

red 190 ◦ green 180 ◦ blue 219

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

Shades of Melrose #BEB4DB

Tints of Melrose #BEB4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 32.26%
G = 30.56%
B = 37.18%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB4DB (or 0xBEB4DB) is known color: Melrose. HEX triplet: BE, B4 and DB. RGB value is (190,180,219). Sum of RGB (Red+Green+Blue) = 190+180+219=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4DB is #414B24. Grayscale: #BBBBBB. Windows color (decimal): -4279077 or 14398654. OLE color: 14398654.

HSL color Cylindrical-coordinate representation of color #BEB4DB: hue angle of 255.38º degrees, saturation: 0.35, 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 #BEB4DB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 180 219 -
CMYK 0.13 0.18 0 0.14
HSL 255.38º 0.35% 0.78% -
HSV(B) 255.38º 0.18% 0.86% -
XYZ 50.34 48.7 73.77 -
YUV 187.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 190 180 219 0.13 0.18 0 0.14 255.38 0.35 0.78
Hex BE B4 DB D 12 0 E FF 23 4E
Octal 276 264 333 15 22 0 16 377 43 116
Binary 10111110 10110100 11011011 1101 10010 0 1110 11111111 100011 1001110

Color Harmonies of #BEB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4DB

Black with #BEB4DB

Text Example


Text Example

White with #BEB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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