Html Css Color HEX #BBAAF8 Melrose

📋 copy color: '#BBAAF8'

red 187 ◦ green 170 ◦ blue 248

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

Shades of Melrose #BBAAF8

Tints of Melrose #BBAAF8

RGB

 RED value IS 187 (73.44% from 255) = 30.91%

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

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

R = 30.91%
G = 28.1%
B = 40.99%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBAAF8 (or 0xBBAAF8) is known color: Melrose. HEX triplet: BB, AA and F8. RGB value is (187,170,248). Sum of RGB (Red+Green+Blue) = 187+170+248=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF8 is #445507. Grayscale: #B7B7B7. Windows color (decimal): -4478216 or 16296635. OLE color: 16296635.

HSL color Cylindrical-coordinate representation of color #BBAAF8: hue angle of 253.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAAF8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 170 248 -
CMYK 0.25 0.31 0 0.03
HSL 253.08º 0.85% 0.82% -
HSV(B) 253.08º 0.31% 0.97% -
XYZ 51.81 46.09 94.97 -
YUV 183.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 187 170 248 0.25 0.31 0 0.03 253.08 0.85 0.82
Hex BB AA F8 19 1F 0 3 FD 55 52
Octal 273 252 370 31 37 0 3 375 125 122
Binary 10111011 10101010 11111000 11001 11111 0 11 11111101 1010101 1010010

Color Harmonies of #BBAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAF8

Black with #BBAAF8

Text Example


Text Example

White with #BBAAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAF8; }

 p { color: rgb(187,170,248); }

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

background-color css

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

 a { background-color: rgb(187,170,248); }

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

border-color css

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

 span { border-color: rgb(187,170,248); }

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