Html Css Color HEX #B7A6EA Melrose

📋 copy color: '#B7A6EA'

red 183 ◦ green 166 ◦ blue 234

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

Shades of Melrose #B7A6EA

Tints of Melrose #B7A6EA

RGB

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

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

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

R = 31.39%
G = 28.47%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7A6EA (or 0xB7A6EA) is known color: Melrose. HEX triplet: B7, A6 and EA. RGB value is (183,166,234). Sum of RGB (Red+Green+Blue) = 183+166+234=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6EA is #485915. Grayscale: #B2B2B2. Windows color (decimal): -4741398 or 15378103. OLE color: 15378103.

HSL color Cylindrical-coordinate representation of color #B7A6EA: hue angle of 255º 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 #B7A6EA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 166 234 -
CMYK 0.22 0.29 0 0.08
HSL 255º 0.62% 0.78% -
HSV(B) 255º 0.29% 0.92% -
XYZ 48.02 43.28 83.67 -
YUV 178.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 183 166 234 0.22 0.29 0 0.08 255 0.62 0.78
Hex B7 A6 EA 16 1D 0 8 FF 3E 4E
Octal 267 246 352 26 35 0 10 377 76 116
Binary 10110111 10100110 11101010 10110 11101 0 1000 11111111 111110 1001110

Color Harmonies of #B7A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6EA

Black with #B7A6EA

Text Example


Text Example

White with #B7A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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