Html Css Color HEX #B4AAF1 Melrose

📋 copy color: '#B4AAF1'

red 180 ◦ green 170 ◦ blue 241

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

Shades of Melrose #B4AAF1

Tints of Melrose #B4AAF1

RGB

 RED value IS 180 (70.7% from 255) = 30.46%

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 30.46%
G = 28.76%
B = 40.78%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4AAF1 (or 0xB4AAF1) is known color: Melrose. HEX triplet: B4, AA and F1. RGB value is (180,170,241). Sum of RGB (Red+Green+Blue) = 180+170+241=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAF1 is #4B550E. Grayscale: #B4B4B4. Windows color (decimal): -4936975 or 15837876. OLE color: 15837876.

HSL color Cylindrical-coordinate representation of color #B4AAF1: hue angle of 248.45º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AAF1 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 170 241 -
CMYK 0.25 0.29 0 0.05
HSL 248.45º 0.72% 0.81% -
HSV(B) 248.45º 0.29% 0.95% -
XYZ 49.07 44.8 89.28 -
YUV 181.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 180 170 241 0.25 0.29 0 0.05 248.45 0.72 0.81
Hex B4 AA F1 19 1D 0 5 F8 48 51
Octal 264 252 361 31 35 0 5 370 110 121
Binary 10110100 10101010 11110001 11001 11101 0 101 11111000 1001000 1010001

Color Harmonies of #B4AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAF1

Black with #B4AAF1

Text Example


Text Example

White with #B4AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAF1; }

 p { color: rgb(180,170,241); }

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

background-color css

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

 a { background-color: rgb(180,170,241); }

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

border-color css

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

 span { border-color: rgb(180,170,241); }

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