#BBABFE

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

Shades of Melrose #BBABFE

Tints of Melrose #BBABFE

Color information

#BBABFE (or 0xBBABFE) is unknown color: approx Melrose. HEX triplet: BB, AB and FE. RGB value is (187,171,254). Sum of RGB (Red+Green+Blue) = 187+171+254=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFE is #445401. Grayscale: #B8B8B8. Windows color (decimal): -4477954 or 16690107. OLE color: 16690107.

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

Color convert

RGB187171254-
CMYK0.260.3300.00
HSL251.57º97.65%83.33%-
HSV(B)251.57º32.68%99.61%-
XYZ52.9546.85100.02-
YUV185.25166.8129.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=30.56%
G=27.94%
B=41.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871712540.260.3300.00251.5797.6583.33
HexBBABFE1A2100fc6253
Octal273253376324100374142123
Binary10111011101010111111111011010100001001111110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABFE; }

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

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

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

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

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

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

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

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