#BBB3F7

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

Shades of Melrose #BBB3F7

Tints of Melrose #BBB3F7

Color information

#BBB3F7 (or 0xBBB3F7) is unknown color: approx Melrose. HEX triplet: BB, B3 and F7. RGB value is (187,179,247). Sum of RGB (Red+Green+Blue) = 187+179+247=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBB3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F7 is #444C08. Grayscale: #BCBCBC. Windows color (decimal): -4475913 or 16233403. OLE color: 16233403.

HSL color Cylindrical-coordinate representation of color #BBB3F7: hue angle of 247.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB3F7 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187179247-
CMYK0.240.2800.03
HSL247.06º80.95%83.53%-
HSV(B)247.06º27.53%96.86%-
XYZ53.449.5294.74-
YUV189.14160.65126.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=30.51%
G=29.20%
B=40.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871792470.240.2800.03247.0680.9583.53
HexBBB3F7181C03f75154
Octal273263367303403367121124
Binary10111011101100111111011111000111000111111011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3F7; }

 p { color: rgb(187,179,247); }

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

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

 a { background-color: rgb(187,179,247); }

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

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

 span { border-color: rgb(187,179,247); }

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