Html Css Color HEX #BBAAE6 Melrose

📋 copy color: '#BBAAE6'

red 187 ◦ green 170 ◦ blue 230

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

Shades of Melrose #BBAAE6

Tints of Melrose #BBAAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.18%

R = 31.86%
G = 28.96%
B = 39.18%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBAAE6 (or 0xBBAAE6) is known color: Melrose. HEX triplet: BB, AA and E6. RGB value is (187,170,230). Sum of RGB (Red+Green+Blue) = 187+170+230=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE6 is #445519. Grayscale: #B5B5B5. Windows color (decimal): -4478234 or 15116987. OLE color: 15116987.

HSL color Cylindrical-coordinate representation of color #BBAAE6: hue angle of 257º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAAE6 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 170 230 -
CMYK 0.19 0.26 0 0.10
HSL 257º 0.55% 0.78% -
HSV(B) 257º 0.26% 0.9% -
XYZ 49.15 45.03 80.96 -
YUV 181.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 187 170 230 0.19 0.26 0 0.10 257 0.55 0.78
Hex BB AA E6 13 1A 0 A 101 37 4E
Octal 273 252 346 23 32 0 12 401 67 116
Binary 10111011 10101010 11100110 10011 11010 0 1010 100000001 110111 1001110

Color Harmonies of #BBAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAE6

Black with #BBAAE6

Text Example


Text Example

White with #BBAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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