Html Css Color HEX #B3A6E7 Melrose

📋 copy color: '#B3A6E7'

red 179 ◦ green 166 ◦ blue 231

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

Shades of Melrose #B3A6E7

Tints of Melrose #B3A6E7

RGB

 RED value IS 179 (70.31% from 255) = 31.08%

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

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 31.08%
G = 28.82%
B = 40.1%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B3A6E7 (or 0xB3A6E7) is known color: Melrose. HEX triplet: B3, A6 and E7. RGB value is (179,166,231). Sum of RGB (Red+Green+Blue) = 179+166+231=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #B3A6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A6E7 is #4C5918. Grayscale: #B1B1B1. Windows color (decimal): -5003545 or 15181491. OLE color: 15181491.

HSL color Cylindrical-coordinate representation of color #B3A6E7: hue angle of 252º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A6E7 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 166 231 -
CMYK 0.23 0.28 0 0.09
HSL 252º 0.58% 0.78% -
HSV(B) 252º 0.28% 0.91% -
XYZ 46.65 42.63 81.37 -
YUV 177.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 179 166 231 0.23 0.28 0 0.09 252 0.58 0.78
Hex B3 A6 E7 17 1C 0 9 FC 3A 4E
Octal 263 246 347 27 34 0 11 374 72 116
Binary 10110011 10100110 11100111 10111 11100 0 1001 11111100 111010 1001110

Color Harmonies of #B3A6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A6E7

Black with #B3A6E7

Text Example


Text Example

White with #B3A6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A6E7; }

 p { color: rgb(179,166,231); }

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

background-color css

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

 a { background-color: rgb(179,166,231); }

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

border-color css

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

 span { border-color: rgb(179,166,231); }

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