Html Css Color HEX #B9AEF1 Melrose

📋 copy color: '#B9AEF1'

red 185 ◦ green 174 ◦ blue 241

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

Shades of Melrose #B9AEF1

Tints of Melrose #B9AEF1

RGB

 RED value IS 185 (72.66% from 255) = 30.83%

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

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

R = 30.83%
G = 29%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9AEF1 (or 0xB9AEF1) is known color: Melrose. HEX triplet: B9, AE and F1. RGB value is (185,174,241). Sum of RGB (Red+Green+Blue) = 185+174+241=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEF1 is #46510E. Grayscale: #B8B8B8. Windows color (decimal): -4608271 or 15838905. OLE color: 15838905.

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

Color convert

RGB 185 174 241 -
CMYK 0.23 0.28 0 0.05
HSL 249.85º 0.71% 0.81% -
HSV(B) 249.85º 0.28% 0.95% -
XYZ 51.02 46.94 89.59 -
YUV 184.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 185 174 241 0.23 0.28 0 0.05 249.85 0.71 0.81
Hex B9 AE F1 17 1C 0 5 FA 47 51
Octal 271 256 361 27 34 0 5 372 107 121
Binary 10111001 10101110 11110001 10111 11100 0 101 11111010 1000111 1010001

Color Harmonies of #B9AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEF1

Black with #B9AEF1

Text Example


Text Example

White with #B9AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEF1; }

 p { color: rgb(185,174,241); }

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

background-color css

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

 a { background-color: rgb(185,174,241); }

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

border-color css

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

 span { border-color: rgb(185,174,241); }

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