Html Css Color HEX #BEB6DE Melrose

📋 copy color: '#BEB6DE'

red 190 ◦ green 182 ◦ blue 222

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

Shades of Melrose #BEB6DE

Tints of Melrose #BEB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 31.99%
G = 30.64%
B = 37.37%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEB6DE (or 0xBEB6DE) is known color: Melrose. HEX triplet: BE, B6 and DE. RGB value is (190,182,222). Sum of RGB (Red+Green+Blue) = 190+182+222=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6DE is #414921. Grayscale: #BCBCBC. Windows color (decimal): -4278562 or 14595774. OLE color: 14595774.

HSL color Cylindrical-coordinate representation of color #BEB6DE: hue angle of 252º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB6DE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 182 222 -
CMYK 0.14 0.18 0 0.13
HSL 252º 0.38% 0.79% -
HSV(B) 252º 0.18% 0.87% -
XYZ 51.15 49.68 76 -
YUV 188.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 190 182 222 0.14 0.18 0 0.13 252 0.38 0.79
Hex BE B6 DE E 12 0 D FC 26 4F
Octal 276 266 336 16 22 0 15 374 46 117
Binary 10111110 10110110 11011110 1110 10010 0 1101 11111100 100110 1001111

Color Harmonies of #BEB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6DE

Black with #BEB6DE

Text Example


Text Example

White with #BEB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6DE; }

 p { color: rgb(190,182,222); }

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

background-color css

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

 a { background-color: rgb(190,182,222); }

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

border-color css

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

 span { border-color: rgb(190,182,222); }

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