#BBA6FC

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

Shades of Melrose #BBA6FC

Tints of Melrose #BBA6FC

Color information

#BBA6FC (or 0xBBA6FC) is unknown color: approx Melrose. HEX triplet: BB, A6 and FC. RGB value is (187,166,252). Sum of RGB (Red+Green+Blue) = 187+166+252=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6FC is #445903. Grayscale: #B5B5B5. Windows color (decimal): -4479236 or 16557755. OLE color: 16557755.

HSL color Cylindrical-coordinate representation of color #BBA6FC: hue angle of 254.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA6FC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187166252-
CMYK0.260.3400.01
HSL254.65º93.48%81.96%-
HSV(B)254.65º34.13%98.82%-
XYZ51.744.8798.03-
YUV182.08167.46131.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=30.91%
G=27.44%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871662520.260.3400.01254.6593.4881.96
HexBBA6FC1A2201ff5d52
Octal273246374324201377135122
Binary10111011101001101111110011010100010011111111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6FC; }

 p { color: rgb(187,166,252); }

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

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

 a { background-color: rgb(187,166,252); }

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

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

 span { border-color: rgb(187,166,252); }

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