Html Css Color HEX #B6ADE2 Melrose

📋 copy color: '#B6ADE2'

red 182 ◦ green 173 ◦ blue 226

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

Shades of Melrose #B6ADE2

Tints of Melrose #B6ADE2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.78%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 31.33%
G = 29.78%
B = 38.9%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B6ADE2 (or 0xB6ADE2) is known color: Melrose. HEX triplet: B6, AD and E2. RGB value is (182,173,226). Sum of RGB (Red+Green+Blue) = 182+173+226=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #B6ADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADE2 is #49521D. Grayscale: #B5B5B5. Windows color (decimal): -4805150 or 14855606. OLE color: 14855606.

HSL color Cylindrical-coordinate representation of color #B6ADE2: hue angle of 250.19º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ADE2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 173 226 -
CMYK 0.19 0.23 0 0.11
HSL 250.19º 0.48% 0.78% -
HSV(B) 250.19º 0.23% 0.89% -
XYZ 47.96 45.32 78.17 -
YUV 181.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 182 173 226 0.19 0.23 0 0.11 250.19 0.48 0.78
Hex B6 AD E2 13 17 0 B FA 30 4E
Octal 266 255 342 23 27 0 13 372 60 116
Binary 10110110 10101101 11100010 10011 10111 0 1011 11111010 110000 1001110

Color Harmonies of #B6ADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADE2

Black with #B6ADE2

Text Example


Text Example

White with #B6ADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADE2; }

 p { color: rgb(182,173,226); }

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

background-color css

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

 a { background-color: rgb(182,173,226); }

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

border-color css

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

 span { border-color: rgb(182,173,226); }

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