Html Css Color HEX #B7AEDA Melrose

📋 copy color: '#B7AEDA'

red 183 ◦ green 174 ◦ blue 218

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

Shades of Melrose #B7AEDA

Tints of Melrose #B7AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 31.83%
G = 30.26%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7AEDA (or 0xB7AEDA) is known color: Melrose. HEX triplet: B7, AE and DA. RGB value is (183,174,218). Sum of RGB (Red+Green+Blue) = 183+174+218=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEDA is #485125. Grayscale: #B5B5B5. Windows color (decimal): -4739366 or 14331575. OLE color: 14331575.

HSL color Cylindrical-coordinate representation of color #B7AEDA: hue angle of 252.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7AEDA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 174 218 -
CMYK 0.16 0.20 0 0.15
HSL 252.27º 0.37% 0.77% -
HSV(B) 252.27º 0.2% 0.85% -
XYZ 47.32 45.4 72.6 -
YUV 181.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 183 174 218 0.16 0.20 0 0.15 252.27 0.37 0.77
Hex B7 AE DA 10 14 0 F FC 25 4D
Octal 267 256 332 20 24 0 17 374 45 115
Binary 10110111 10101110 11011010 10000 10100 0 1111 11111100 100101 1001101

Color Harmonies of #B7AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AEDA

Black with #B7AEDA

Text Example


Text Example

White with #B7AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AEDA; }

 p { color: rgb(183,174,218); }

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

background-color css

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

 a { background-color: rgb(183,174,218); }

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

border-color css

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

 span { border-color: rgb(183,174,218); }

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