#BBA8FA

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

Shades of Melrose #BBA8FA

Tints of Melrose #BBA8FA

Color information

#BBA8FA (or 0xBBA8FA) is unknown color: approx Melrose. HEX triplet: BB, A8 and FA. RGB value is (187,168,250). Sum of RGB (Red+Green+Blue) = 187+168+250=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FA is #445705. Grayscale: #B6B6B6. Windows color (decimal): -4478726 or 16427195. OLE color: 16427195.

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

Color convert

RGB187168250-
CMYK0.250.3300.02
HSL253.9º89.13%81.96%-
HSV(B)253.9º32.8%98.04%-
XYZ51.7545.4796.49-
YUV183.03165.79130.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=30.91%
G=27.77%
B=41.32%

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
Decimal1871682500.250.3300.02253.989.1381.96
HexBBA8FA192102fe5952
Octal273250372314102376131122
Binary101110111010100011111010110011000010101111111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8FA; }

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

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

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

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

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

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

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

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