#BBA9FC

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

Shades of Melrose #BBA9FC

Tints of Melrose #BBA9FC

Color information

#BBA9FC (or 0xBBA9FC) is unknown color: approx Melrose. HEX triplet: BB, A9 and FC. RGB value is (187,169,252). Sum of RGB (Red+Green+Blue) = 187+169+252=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FC is #445603. Grayscale: #B7B7B7. Windows color (decimal): -4478468 or 16558523. OLE color: 16558523.

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

Color convert

RGB187169252-
CMYK0.260.3300.01
HSL253.01º93.26%82.55%-
HSV(B)253.01º32.94%98.82%-
XYZ52.2545.9798.21-
YUV183.84166.46130.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=30.76%
G=27.80%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871692520.260.3300.01253.0193.2682.55
HexBBA9FC1A2101fd5d53
Octal273251374324101375135123
Binary10111011101010011111110011010100001011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9FC; }

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

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

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

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

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

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

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

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