Html Css Color HEX #B6A6FF Melrose

📋 copy color: '#B6A6FF'

red 182 ◦ green 166 ◦ blue 255

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

Shades of Melrose #B6A6FF

Tints of Melrose #B6A6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.29%

R = 30.18%
G = 27.53%
B = 42.29%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6A6FF (or 0xB6A6FF) is known color: Melrose. HEX triplet: B6, A6 and FF. RGB value is (182,166,255). Sum of RGB (Red+Green+Blue) = 182+166+255=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A6FF is #495900. Grayscale: #B4B4B4. Windows color (decimal): -4806913 or 16754358. OLE color: 16754358.

HSL color Cylindrical-coordinate representation of color #B6A6FF: hue angle of 250.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6A6FF is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 166 255 -
CMYK 0.29 0.35 0 0
HSL 250.79º 1% 0.83% -
HSV(B) 250.79º 0.35% 1% -
XYZ 50.98 44.44 100.5 -
YUV 180.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 182 166 255 0.29 0.35 0 0 250.79 1 0.83
Hex B6 A6 FF 1D 23 0 0 FB 64 53
Octal 266 246 377 35 43 0 0 373 144 123
Binary 10110110 10100110 11111111 11101 100011 0 0 11111011 1100100 1010011

Color Harmonies of #B6A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A6FF

Black with #B6A6FF

Text Example


Text Example

White with #B6A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A6FF; }

 p { color: rgb(182,166,255); }

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

background-color css

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

 a { background-color: rgb(182,166,255); }

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

border-color css

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

 span { border-color: rgb(182,166,255); }

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