Html Css Color HEX #B6A5EC Melrose

📋 copy color: '#B6A5EC'

red 182 ◦ green 165 ◦ blue 236

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

Shades of Melrose #B6A5EC

Tints of Melrose #B6A5EC

RGB

 RED value IS 182 (71.48% from 255) = 31.22%

 GREEN value IS 165 (64.84% from 255) = 28.3%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 31.22%
G = 28.3%
B = 40.48%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6A5EC (or 0xB6A5EC) is known color: Melrose. HEX triplet: B6, A5 and EC. RGB value is (182,165,236). Sum of RGB (Red+Green+Blue) = 182+165+236=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6A5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A5EC is #495A13. Grayscale: #B1B1B1. Windows color (decimal): -4807188 or 15508918. OLE color: 15508918.

HSL color Cylindrical-coordinate representation of color #B6A5EC: hue angle of 254.37º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A5EC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 165 236 -
CMYK 0.23 0.30 0 0.07
HSL 254.37º 0.65% 0.79% -
HSV(B) 254.37º 0.3% 0.93% -
XYZ 47.89 42.91 85.12 -
YUV 178.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 182 165 236 0.23 0.30 0 0.07 254.37 0.65 0.79
Hex B6 A5 EC 17 1E 0 7 FE 41 4F
Octal 266 245 354 27 36 0 7 376 101 117
Binary 10110110 10100101 11101100 10111 11110 0 111 11111110 1000001 1001111

Color Harmonies of #B6A5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A5EC

Black with #B6A5EC

Text Example


Text Example

White with #B6A5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A5EC; }

 p { color: rgb(182,165,236); }

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

background-color css

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

 a { background-color: rgb(182,165,236); }

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

border-color css

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

 span { border-color: rgb(182,165,236); }

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