Html Css Color HEX #B7A6EE Melrose

📋 copy color: '#B7A6EE'

red 183 ◦ green 166 ◦ blue 238

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

Shades of Melrose #B7A6EE

Tints of Melrose #B7A6EE

RGB

 RED value IS 183 (71.88% from 255) = 31.18%

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 31.18%
G = 28.28%
B = 40.55%

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

#B7A6EE (or 0xB7A6EE) is known color: Melrose. HEX triplet: B7, A6 and EE. RGB value is (183,166,238). Sum of RGB (Red+Green+Blue) = 183+166+238=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7A6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6EE is #485911. Grayscale: #B3B3B3. Windows color (decimal): -4741394 or 15640247. OLE color: 15640247.

HSL color Cylindrical-coordinate representation of color #B7A6EE: hue angle of 254.17º degrees, saturation: 0.68, 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 #B7A6EE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 166 238 -
CMYK 0.23 0.30 0 0.07
HSL 254.17º 0.68% 0.79% -
HSV(B) 254.17º 0.3% 0.93% -
XYZ 48.6 43.51 86.73 -
YUV 179.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 183 166 238 0.23 0.30 0 0.07 254.17 0.68 0.79
Hex B7 A6 EE 17 1E 0 7 FE 44 4F
Octal 267 246 356 27 36 0 7 376 104 117
Binary 10110111 10100110 11101110 10111 11110 0 111 11111110 1000100 1001111

Color Harmonies of #B7A6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6EE

Black with #B7A6EE

Text Example


Text Example

White with #B7A6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6EE; }

 p { color: rgb(183,166,238); }

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

background-color css

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

 a { background-color: rgb(183,166,238); }

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

border-color css

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

 span { border-color: rgb(183,166,238); }

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