#BBA5FB

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

Shades of Melrose #BBA5FB

Tints of Melrose #BBA5FB

Color information

#BBA5FB (or 0xBBA5FB) is unknown color: approx Melrose. HEX triplet: BB, A5 and FB. RGB value is (187,165,251). Sum of RGB (Red+Green+Blue) = 187+165+251=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5FB is #445A04. Grayscale: #B5B5B5. Windows color (decimal): -4479493 or 16491963. OLE color: 16491963.

HSL color Cylindrical-coordinate representation of color #BBA5FB: hue angle of 255.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA5FB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187165251-
CMYK0.250.3400.02
HSL255.35º91.49%81.57%-
HSV(B)255.35º34.26%98.43%-
XYZ51.3644.4497.14-
YUV181.38167.29132.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=31.01%
G=27.36%
B=41.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871652510.250.3400.02255.3591.4981.57
HexBBA5FB192202ff5b52
Octal273245373314202377133122
Binary101110111010010111111011110011000100101111111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5FB; }

 p { color: rgb(187,165,251); }

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

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

 a { background-color: rgb(187,165,251); }

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

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

 span { border-color: rgb(187,165,251); }

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