Html Css Color HEX #B5A2EF Melrose

📋 copy color: '#B5A2EF'

red 181 ◦ green 162 ◦ blue 239

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

Shades of Melrose #B5A2EF

Tints of Melrose #B5A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.84%

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

R = 31.1%
G = 27.84%
B = 41.07%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5A2EF (or 0xB5A2EF) is known color: Melrose. HEX triplet: B5, A2 and EF. RGB value is (181,162,239). Sum of RGB (Red+Green+Blue) = 181+162+239=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2EF is #4A5D10. Grayscale: #B0B0B0. Windows color (decimal): -4873489 or 15704757. OLE color: 15704757.

HSL color Cylindrical-coordinate representation of color #B5A2EF: hue angle of 254.81º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A2EF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 162 239 -
CMYK 0.24 0.32 0 0.06
HSL 254.81º 0.71% 0.79% -
HSV(B) 254.81º 0.32% 0.94% -
XYZ 47.56 41.9 87.24 -
YUV 176.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 181 162 239 0.24 0.32 0 0.06 254.81 0.71 0.79
Hex B5 A2 EF 18 20 0 6 FF 47 4F
Octal 265 242 357 30 40 0 6 377 107 117
Binary 10110101 10100010 11101111 11000 100000 0 110 11111111 1000111 1001111

Color Harmonies of #B5A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2EF

Black with #B5A2EF

Text Example


Text Example

White with #B5A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2EF; }

 p { color: rgb(181,162,239); }

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

background-color css

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

 a { background-color: rgb(181,162,239); }

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

border-color css

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

 span { border-color: rgb(181,162,239); }

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