Html Css Color HEX #B8AAFD Melrose

📋 copy color: '#B8AAFD'

red 184 ◦ green 170 ◦ blue 253

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

Shades of Melrose #B8AAFD

Tints of Melrose #B8AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 30.31%
G = 28.01%
B = 41.68%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8AAFD (or 0xB8AAFD) is known color: Melrose. HEX triplet: B8, AA and FD. RGB value is (184,170,253). Sum of RGB (Red+Green+Blue) = 184+170+253=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFD is #475502. Grayscale: #B7B7B7. Windows color (decimal): -4674819 or 16624312. OLE color: 16624312.

HSL color Cylindrical-coordinate representation of color #B8AAFD: hue angle of 250.12º degrees, saturation: 0.95, 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 #B8AAFD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 170 253 -
CMYK 0.27 0.33 0 0.01
HSL 250.12º 0.95% 0.83% -
HSV(B) 250.12º 0.33% 0.99% -
XYZ 51.87 46.03 99.08 -
YUV 183.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 184 170 253 0.27 0.33 0 0.01 250.12 0.95 0.83
Hex B8 AA FD 1B 21 0 1 FA 5F 53
Octal 270 252 375 33 41 0 1 372 137 123
Binary 10111000 10101010 11111101 11011 100001 0 1 11111010 1011111 1010011

Color Harmonies of #B8AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAFD

Black with #B8AAFD

Text Example


Text Example

White with #B8AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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