#BBABE7

Color #BBABE7 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BBABE7

Tints of Melrose #BBABE7

Color information

#BBABE7 (or 0xBBABE7) is unknown color: approx Melrose. HEX triplet: BB, AB and E7. RGB value is (187,171,231). Sum of RGB (Red+Green+Blue) = 187+171+231=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABE7 is #445418. Grayscale: #B6B6B6. Windows color (decimal): -4477977 or 15182779. OLE color: 15182779.

HSL color Cylindrical-coordinate representation of color #BBABE7: hue angle of 256º 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 #BBABE7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187171231-
CMYK0.190.2600.09
HSL256º55.56%78.82%-
HSV(B)256º25.97%90.59%-
XYZ49.4845.4681.77-
YUV182.62155.3131.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 231 (90.62% from 255) = 39.22%
R=31.75%
G=29.03%
B=39.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871712310.190.2600.0925655.5678.82
HexBBABE7131A09100384f
Octal273253347233201140070117
Binary1011101110101011111001111001111010010011000000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABE7; }

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

 H1.HeaderClassName
 {
   color: #BBABE7;
 }
 .AnyTagClassName
 {
   color: #BBABE7;
 }
</style>
background-color css

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

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

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

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

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

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