Html Css Color HEX #B5AAEC Melrose

📋 copy color: '#B5AAEC'

red 181 ◦ green 170 ◦ blue 236

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

Shades of Melrose #B5AAEC

Tints of Melrose #B5AAEC

RGB

 RED value IS 181 (71.09% from 255) = 30.83%

 GREEN value IS 170 (66.8% from 255) = 28.96%

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 30.83%
G = 28.96%
B = 40.2%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5AAEC (or 0xB5AAEC) is known color: Melrose. HEX triplet: B5, AA and EC. RGB value is (181,170,236). Sum of RGB (Red+Green+Blue) = 181+170+236=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAEC is #4A5513. Grayscale: #B4B4B4. Windows color (decimal): -4871444 or 15510197. OLE color: 15510197.

HSL color Cylindrical-coordinate representation of color #B5AAEC: hue angle of 250º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5AAEC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 170 236 -
CMYK 0.23 0.28 0 0.07
HSL 250º 0.63% 0.8% -
HSV(B) 250º 0.28% 0.93% -
XYZ 48.57 44.63 85.41 -
YUV 180.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 181 170 236 0.23 0.28 0 0.07 250 0.63 0.8
Hex B5 AA EC 17 1C 0 7 FA 3F 50
Octal 265 252 354 27 34 0 7 372 77 120
Binary 10110101 10101010 11101100 10111 11100 0 111 11111010 111111 1010000

Color Harmonies of #B5AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAEC

Black with #B5AAEC

Text Example


Text Example

White with #B5AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAEC; }

 p { color: rgb(181,170,236); }

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

background-color css

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

 a { background-color: rgb(181,170,236); }

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

border-color css

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

 span { border-color: rgb(181,170,236); }

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