Html Css Color HEX #B6A7F6 Melrose

📋 copy color: '#B6A7F6'

red 182 ◦ green 167 ◦ blue 246

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

Shades of Melrose #B6A7F6

Tints of Melrose #B6A7F6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.07%

 BLUE value IS 246 (96.48% from 255) = 41.34%

R = 30.59%
G = 28.07%
B = 41.34%

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

#B6A7F6 (or 0xB6A7F6) is known color: Melrose. HEX triplet: B6, A7 and F6. RGB value is (182,167,246). Sum of RGB (Red+Green+Blue) = 182+167+246=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #B6A7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A7F6 is #495809. Grayscale: #B4B4B4. Windows color (decimal): -4806666 or 16164790. OLE color: 16164790.

HSL color Cylindrical-coordinate representation of color #B6A7F6: hue angle of 251.39º degrees, saturation: 0.81, 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 #B6A7F6 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 167 246 -
CMYK 0.26 0.32 0 0.04
HSL 251.39º 0.81% 0.81% -
HSV(B) 251.39º 0.32% 0.96% -
XYZ 49.74 44.24 93.11 -
YUV 180.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 182 167 246 0.26 0.32 0 0.04 251.39 0.81 0.81
Hex B6 A7 F6 1A 20 0 4 FB 51 51
Octal 266 247 366 32 40 0 4 373 121 121
Binary 10110110 10100111 11110110 11010 100000 0 100 11111011 1010001 1010001

Color Harmonies of #B6A7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A7F6

Black with #B6A7F6

Text Example


Text Example

White with #B6A7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A7F6; }

 p { color: rgb(182,167,246); }

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

background-color css

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

 a { background-color: rgb(182,167,246); }

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

border-color css

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

 span { border-color: rgb(182,167,246); }

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