Html Css Color HEX #B5A6F5 Melrose

📋 copy color: '#B5A6F5'

red 181 ◦ green 166 ◦ blue 245

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

Shades of Melrose #B5A6F5

Tints of Melrose #B5A6F5

RGB

 RED value IS 181 (71.09% from 255) = 30.57%

 GREEN value IS 166 (65.23% from 255) = 28.04%

 BLUE value IS 245 (96.09% from 255) = 41.39%

R = 30.57%
G = 28.04%
B = 41.39%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B5A6F5 (or 0xB5A6F5) is known color: Melrose. HEX triplet: B5, A6 and F5. RGB value is (181,166,245). Sum of RGB (Red+Green+Blue) = 181+166+245=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5A6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A6F5 is #4A590A. Grayscale: #B3B3B3. Windows color (decimal): -4872459 or 16098997. OLE color: 16098997.

HSL color Cylindrical-coordinate representation of color #B5A6F5: hue angle of 251.39º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A6F5 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 166 245 -
CMYK 0.26 0.32 0 0.04
HSL 251.39º 0.8% 0.81% -
HSV(B) 251.39º 0.32% 0.96% -
XYZ 49.17 43.69 92.23 -
YUV 179.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 181 166 245 0.26 0.32 0 0.04 251.39 0.8 0.81
Hex B5 A6 F5 1A 20 0 4 FB 50 51
Octal 265 246 365 32 40 0 4 373 120 121
Binary 10110101 10100110 11110101 11010 100000 0 100 11111011 1010000 1010001

Color Harmonies of #B5A6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6F5

Black with #B5A6F5

Text Example


Text Example

White with #B5A6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6F5; }

 p { color: rgb(181,166,245); }

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

background-color css

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

 a { background-color: rgb(181,166,245); }

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

border-color css

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

 span { border-color: rgb(181,166,245); }

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