Html Css Color HEX #BBAAE9 Melrose

📋 copy color: '#BBAAE9'

red 187 ◦ green 170 ◦ blue 233

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

Shades of Melrose #BBAAE9

Tints of Melrose #BBAAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 31.69%
G = 28.81%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBAAE9 (or 0xBBAAE9) is known color: Melrose. HEX triplet: BB, AA and E9. RGB value is (187,170,233). Sum of RGB (Red+Green+Blue) = 187+170+233=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE9 is #445516. Grayscale: #B6B6B6. Windows color (decimal): -4478231 or 15313595. OLE color: 15313595.

HSL color Cylindrical-coordinate representation of color #BBAAE9: hue angle of 256.19º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAAE9 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 170 233 -
CMYK 0.20 0.27 0 0.09
HSL 256.19º 0.59% 0.79% -
HSV(B) 256.19º 0.27% 0.91% -
XYZ 49.58 45.2 83.2 -
YUV 182.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 187 170 233 0.20 0.27 0 0.09 256.19 0.59 0.79
Hex BB AA E9 14 1B 0 9 100 3B 4F
Octal 273 252 351 24 33 0 11 400 73 117
Binary 10111011 10101010 11101001 10100 11011 0 1001 100000000 111011 1001111

Color Harmonies of #BBAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAE9

Black with #BBAAE9

Text Example


Text Example

White with #BBAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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