#BBA9FB

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

Shades of Melrose #BBA9FB

Tints of Melrose #BBA9FB

Color information

#BBA9FB (or 0xBBA9FB) is unknown color: approx Melrose. HEX triplet: BB, A9 and FB. RGB value is (187,169,251). Sum of RGB (Red+Green+Blue) = 187+169+251=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FB is #445604. Grayscale: #B7B7B7. Windows color (decimal): -4478469 or 16492987. OLE color: 16492987.

HSL color Cylindrical-coordinate representation of color #BBA9FB: hue angle of 253.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA9FB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187169251-
CMYK0.250.3300.02
HSL253.17º91.11%82.35%-
HSV(B)253.17º32.67%98.43%-
XYZ52.0945.9197.38-
YUV183.73165.96130.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=30.81%
G=27.84%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871692510.250.3300.02253.1791.1182.35
HexBBA9FB192102fd5b52
Octal273251373314102375133122
Binary101110111010100111111011110011000010101111110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9FB; }

 p { color: rgb(187,169,251); }

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

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

 a { background-color: rgb(187,169,251); }

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

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

 span { border-color: rgb(187,169,251); }

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