#BBABFF

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

Shades of Melrose #BBABFF

Tints of Melrose #BBABFF

Color information

#BBABFF (or 0xBBABFF) is unknown color: approx Melrose. HEX triplet: BB, AB and FF. RGB value is (187,171,255). Sum of RGB (Red+Green+Blue) = 187+171+255=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFF is #445400. Grayscale: #B9B9B9. Windows color (decimal): -4477953 or 16755643. OLE color: 16755643.

HSL color Cylindrical-coordinate representation of color #BBABFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBABFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187171255-
CMYK0.270.3300
HSL251.43º100%83.53%-
HSV(B)251.43º32.94%100%-
XYZ53.1146.91100.86-
YUV185.36167.3129.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 255 (100% from 255) = 41.60%
R=30.51%
G=27.90%
B=41.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871712550.270.3300251.4310083.53
HexBBABFF1B2100fb6454
Octal273253377334100373144124
Binary10111011101010111111111111011100001001111101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABFF; }

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

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

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

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

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

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

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

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