#BBA8FB

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

Shades of Melrose #BBA8FB

Tints of Melrose #BBA8FB

Color information

#BBA8FB (or 0xBBA8FB) is unknown color: approx Melrose. HEX triplet: BB, A8 and FB. RGB value is (187,168,251). Sum of RGB (Red+Green+Blue) = 187+168+251=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FB is #445704. Grayscale: #B6B6B6. Windows color (decimal): -4478725 or 16492731. OLE color: 16492731.

HSL color Cylindrical-coordinate representation of color #BBA8FB: hue angle of 253.73º 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 #BBA8FB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187168251-
CMYK0.250.3300.02
HSL253.73º91.21%82.16%-
HSV(B)253.73º33.07%98.43%-
XYZ51.9145.5497.32-
YUV183.14166.29130.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=30.86%
G=27.72%
B=41.42%

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
Decimal1871682510.250.3300.02253.7391.2182.16
HexBBA8FB192102fe5b52
Octal273250373314102376133122
Binary101110111010100011111011110011000010101111111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8FB; }

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

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

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

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

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

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

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

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