Html Css Color HEX #B7ADDD Melrose

📋 copy color: '#B7ADDD'

red 183 ◦ green 173 ◦ blue 221

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

Shades of Melrose #B7ADDD

Tints of Melrose #B7ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 31.72%
G = 29.98%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7ADDD (or 0xB7ADDD) is known color: Melrose. HEX triplet: B7, AD and DD. RGB value is (183,173,221). Sum of RGB (Red+Green+Blue) = 183+173+221=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADDD is #485222. Grayscale: #B5B5B5. Windows color (decimal): -4739619 or 14527927. OLE color: 14527927.

HSL color Cylindrical-coordinate representation of color #B7ADDD: hue angle of 252.5º degrees, saturation: 0.41, 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 #B7ADDD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 173 221 -
CMYK 0.17 0.22 0 0.13
HSL 252.5º 0.41% 0.77% -
HSV(B) 252.5º 0.22% 0.87% -
XYZ 47.52 45.17 74.62 -
YUV 181.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 183 173 221 0.17 0.22 0 0.13 252.5 0.41 0.77
Hex B7 AD DD 11 16 0 D FD 29 4D
Octal 267 255 335 21 26 0 15 375 51 115
Binary 10110111 10101101 11011101 10001 10110 0 1101 11111101 101001 1001101

Color Harmonies of #B7ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADDD

Black with #B7ADDD

Text Example


Text Example

White with #B7ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADDD; }

 p { color: rgb(183,173,221); }

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

background-color css

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

 a { background-color: rgb(183,173,221); }

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

border-color css

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

 span { border-color: rgb(183,173,221); }

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