Html Css Color HEX #B8AEF8 Melrose

📋 copy color: '#B8AEF8'

red 184 ◦ green 174 ◦ blue 248

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

Shades of Melrose #B8AEF8

Tints of Melrose #B8AEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.92%

R = 30.36%
G = 28.71%
B = 40.92%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B8AEF8 (or 0xB8AEF8) is known color: Melrose. HEX triplet: B8, AE and F8. RGB value is (184,174,248). Sum of RGB (Red+Green+Blue) = 184+174+248=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEF8 is #475107. Grayscale: #B9B9B9. Windows color (decimal): -4673800 or 16297656. OLE color: 16297656.

HSL color Cylindrical-coordinate representation of color #B8AEF8: hue angle of 248.11º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8AEF8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 174 248 -
CMYK 0.26 0.30 0 0.03
HSL 248.11º 0.84% 0.83% -
HSV(B) 248.11º 0.3% 0.97% -
XYZ 51.85 47.24 95.19 -
YUV 185.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 184 174 248 0.26 0.30 0 0.03 248.11 0.84 0.83
Hex B8 AE F8 1A 1E 0 3 F8 54 53
Octal 270 256 370 32 36 0 3 370 124 123
Binary 10111000 10101110 11111000 11010 11110 0 11 11111000 1010100 1010011

Color Harmonies of #B8AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEF8

Black with #B8AEF8

Text Example


Text Example

White with #B8AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEF8; }

 p { color: rgb(184,174,248); }

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

background-color css

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

 a { background-color: rgb(184,174,248); }

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

border-color css

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

 span { border-color: rgb(184,174,248); }

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