#BBA7FE

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

Shades of Melrose #BBA7FE

Tints of Melrose #BBA7FE

Color information

#BBA7FE (or 0xBBA7FE) is unknown color: approx Melrose. HEX triplet: BB, A7 and FE. RGB value is (187,167,254). Sum of RGB (Red+Green+Blue) = 187+167+254=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FE is #445801. Grayscale: #B6B6B6. Windows color (decimal): -4478978 or 16689083. OLE color: 16689083.

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

Color convert

RGB187167254-
CMYK0.260.3400.00
HSL253.79º97.75%82.55%-
HSV(B)253.79º34.25%99.61%-
XYZ52.245.3699.77-
YUV182.9168.13130.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=30.76%
G=27.47%
B=41.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871672540.260.3400.00253.7997.7582.55
HexBBA7FE1A2200fe6253
Octal273247376324200376142123
Binary10111011101001111111111011010100010001111111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7FE; }

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

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

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

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

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

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

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

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