Html Css Color HEX #B5A9FF Melrose

📋 copy color: '#B5A9FF'

red 181 ◦ green 169 ◦ blue 255

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

Shades of Melrose #B5A9FF

Tints of Melrose #B5A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.93%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 29.92%
G = 27.93%
B = 42.15%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5A9FF (or 0xB5A9FF) is known color: Melrose. HEX triplet: B5, A9 and FF. RGB value is (181,169,255). Sum of RGB (Red+Green+Blue) = 181+169+255=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A9FF is #4A5600. Grayscale: #B6B6B6. Windows color (decimal): -4871681 or 16755125. OLE color: 16755125.

HSL color Cylindrical-coordinate representation of color #B5A9FF: hue angle of 248.37º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A9FF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 169 255 -
CMYK 0.29 0.34 0 0
HSL 248.37º 1% 0.83% -
HSV(B) 248.37º 0.34% 1% -
XYZ 51.29 45.42 100.67 -
YUV 182.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 181 169 255 0.29 0.34 0 0 248.37 1 0.83
Hex B5 A9 FF 1D 22 0 0 F8 64 53
Octal 265 251 377 35 42 0 0 370 144 123
Binary 10110101 10101001 11111111 11101 100010 0 0 11111000 1100100 1010011

Color Harmonies of #B5A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A9FF

Black with #B5A9FF

Text Example


Text Example

White with #B5A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A9FF; }

 p { color: rgb(181,169,255); }

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

background-color css

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

 a { background-color: rgb(181,169,255); }

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

border-color css

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

 span { border-color: rgb(181,169,255); }

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