Html Css Color HEX #B6ADDE Melrose

📋 copy color: '#B6ADDE'

red 182 ◦ green 173 ◦ blue 222

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

Shades of Melrose #B6ADDE

Tints of Melrose #B6ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 31.54%
G = 29.98%
B = 38.47%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6ADDE (or 0xB6ADDE) is known color: Melrose. HEX triplet: B6, AD and DE. RGB value is (182,173,222). Sum of RGB (Red+Green+Blue) = 182+173+222=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDE is #495221. Grayscale: #B5B5B5. Windows color (decimal): -4805154 or 14593462. OLE color: 14593462.

HSL color Cylindrical-coordinate representation of color #B6ADDE: hue angle of 251.02º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6ADDE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 173 222 -
CMYK 0.18 0.22 0 0.13
HSL 251.02º 0.43% 0.77% -
HSV(B) 251.02º 0.22% 0.87% -
XYZ 47.42 45.11 75.31 -
YUV 181.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 182 173 222 0.18 0.22 0 0.13 251.02 0.43 0.77
Hex B6 AD DE 12 16 0 D FB 2B 4D
Octal 266 255 336 22 26 0 15 373 53 115
Binary 10110110 10101101 11011110 10010 10110 0 1101 11111011 101011 1001101

Color Harmonies of #B6ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADDE

Black with #B6ADDE

Text Example


Text Example

White with #B6ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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