Html Css Color HEX #B8AAF3 Melrose

📋 copy color: '#B8AAF3'

red 184 ◦ green 170 ◦ blue 243

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

Shades of Melrose #B8AAF3

Tints of Melrose #B8AAF3

RGB

 RED value IS 184 (72.27% from 255) = 30.82%

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

 BLUE value IS 243 (95.31% from 255) = 40.7%

R = 30.82%
G = 28.48%
B = 40.7%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8AAF3 (or 0xB8AAF3) is known color: Melrose. HEX triplet: B8, AA and F3. RGB value is (184,170,243). Sum of RGB (Red+Green+Blue) = 184+170+243=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAF3 is #47550C. Grayscale: #B6B6B6. Windows color (decimal): -4674829 or 15968952. OLE color: 15968952.

HSL color Cylindrical-coordinate representation of color #B8AAF3: hue angle of 251.51º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8AAF3 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 170 243 -
CMYK 0.24 0.30 0 0.05
HSL 251.51º 0.75% 0.81% -
HSV(B) 251.51º 0.3% 0.95% -
XYZ 50.32 45.41 90.91 -
YUV 182.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 184 170 243 0.24 0.30 0 0.05 251.51 0.75 0.81
Hex B8 AA F3 18 1E 0 5 FC 4B 51
Octal 270 252 363 30 36 0 5 374 113 121
Binary 10111000 10101010 11110011 11000 11110 0 101 11111100 1001011 1010001

Color Harmonies of #B8AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAF3

Black with #B8AAF3

Text Example


Text Example

White with #B8AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAF3; }

 p { color: rgb(184,170,243); }

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

background-color css

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

 a { background-color: rgb(184,170,243); }

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

border-color css

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

 span { border-color: rgb(184,170,243); }

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