#BBA7F5

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

Shades of Melrose #BBA7F5

Tints of Melrose #BBA7F5

Color information

#BBA7F5 (or 0xBBA7F5) is unknown color: approx Melrose. HEX triplet: BB, A7 and F5. RGB value is (187,167,245). Sum of RGB (Red+Green+Blue) = 187+167+245=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBA7F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F5 is #44580A. Grayscale: #B5B5B5. Windows color (decimal): -4478987 or 16099259. OLE color: 16099259.

HSL color Cylindrical-coordinate representation of color #BBA7F5: hue angle of 255.38º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA7F5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187167245-
CMYK0.240.3200.04
HSL255.38º79.59%80.78%-
HSV(B)255.38º31.84%96.08%-
XYZ50.7944.7992.36-
YUV181.87163.63131.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 167 (65.62% from 255) = 27.88%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=31.22%
G=27.88%
B=40.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871672450.240.3200.04255.3879.5980.78
HexBBA7F5182004ff5051
Octal273247365304004377120121
Binary1011101110100111111101011100010000001001111111110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7F5; }

 p { color: rgb(187,167,245); }

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

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

 a { background-color: rgb(187,167,245); }

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

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

 span { border-color: rgb(187,167,245); }

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