Html Css Color HEX #B5A6EA Melrose

📋 copy color: '#B5A6EA'

red 181 ◦ green 166 ◦ blue 234

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

Shades of Melrose #B5A6EA

Tints of Melrose #B5A6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 31.15%
G = 28.57%
B = 40.28%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5A6EA (or 0xB5A6EA) is known color: Melrose. HEX triplet: B5, A6 and EA. RGB value is (181,166,234). Sum of RGB (Red+Green+Blue) = 181+166+234=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A6EA is #4A5915. Grayscale: #B1B1B1. Windows color (decimal): -4872470 or 15378101. OLE color: 15378101.

HSL color Cylindrical-coordinate representation of color #B5A6EA: hue angle of 253.24º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A6EA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 166 234 -
CMYK 0.23 0.29 0 0.08
HSL 253.24º 0.62% 0.78% -
HSV(B) 253.24º 0.29% 0.92% -
XYZ 47.54 43.04 83.64 -
YUV 178.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 181 166 234 0.23 0.29 0 0.08 253.24 0.62 0.78
Hex B5 A6 EA 17 1D 0 8 FD 3E 4E
Octal 265 246 352 27 35 0 10 375 76 116
Binary 10110101 10100110 11101010 10111 11101 0 1000 11111101 111110 1001110

Color Harmonies of #B5A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6EA

Black with #B5A6EA

Text Example


Text Example

White with #B5A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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