Html Css Color HEX #BBAAE7 Melrose

📋 copy color: '#BBAAE7'

red 187 ◦ green 170 ◦ blue 231

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

Shades of Melrose #BBAAE7

Tints of Melrose #BBAAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.29%

R = 31.8%
G = 28.91%
B = 39.29%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBAAE7 (or 0xBBAAE7) is known color: Melrose. HEX triplet: BB, AA and E7. RGB value is (187,170,231). Sum of RGB (Red+Green+Blue) = 187+170+231=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE7 is #445518. Grayscale: #B5B5B5. Windows color (decimal): -4478233 or 15182523. OLE color: 15182523.

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

Color convert

RGB 187 170 231 -
CMYK 0.19 0.26 0 0.09
HSL 256.72º 0.56% 0.79% -
HSV(B) 256.72º 0.26% 0.91% -
XYZ 49.29 45.08 81.71 -
YUV 182.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 187 170 231 0.19 0.26 0 0.09 256.72 0.56 0.79
Hex BB AA E7 13 1A 0 9 101 38 4F
Octal 273 252 347 23 32 0 11 401 70 117
Binary 10111011 10101010 11100111 10011 11010 0 1001 100000001 111000 1001111

Color Harmonies of #BBAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAE7

Black with #BBAAE7

Text Example


Text Example

White with #BBAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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