Html Css Color HEX #B5AAFC Melrose

📋 copy color: '#B5AAFC'

red 181 ◦ green 170 ◦ blue 252

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

Shades of Melrose #B5AAFC

Tints of Melrose #B5AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 30.02%
G = 28.19%
B = 41.79%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5AAFC (or 0xB5AAFC) is known color: Melrose. HEX triplet: B5, AA and FC. RGB value is (181,170,252). Sum of RGB (Red+Green+Blue) = 181+170+252=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAFC is #4A5503. Grayscale: #B6B6B6. Windows color (decimal): -4871428 or 16558773. OLE color: 16558773.

HSL color Cylindrical-coordinate representation of color #B5AAFC: hue angle of 248.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5AAFC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 170 252 -
CMYK 0.28 0.33 0 0.01
HSL 248.05º 0.93% 0.83% -
HSV(B) 248.05º 0.33% 0.99% -
XYZ 51 45.6 98.21 -
YUV 182.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 181 170 252 0.28 0.33 0 0.01 248.05 0.93 0.83
Hex B5 AA FC 1C 21 0 1 F8 5D 53
Octal 265 252 374 34 41 0 1 370 135 123
Binary 10110101 10101010 11111100 11100 100001 0 1 11111000 1011101 1010011

Color Harmonies of #B5AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAFC

Black with #B5AAFC

Text Example


Text Example

White with #B5AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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