#BBB3F6

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

Shades of Melrose #BBB3F6

Tints of Melrose #BBB3F6

Color information

#BBB3F6 (or 0xBBB3F6) is unknown color: approx Melrose. HEX triplet: BB, B3 and F6. RGB value is (187,179,246). Sum of RGB (Red+Green+Blue) = 187+179+246=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBB3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F6 is #444C09. Grayscale: #BCBCBC. Windows color (decimal): -4475914 or 16167867. OLE color: 16167867.

HSL color Cylindrical-coordinate representation of color #BBB3F6: hue angle of 247.16º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB3F6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187179246-
CMYK0.240.2700.04
HSL247.16º78.82%83.33%-
HSV(B)247.16º27.24%96.47%-
XYZ53.2549.4693.93-
YUV189.03160.15126.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=30.56%
G=29.25%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871792460.240.2700.04247.1678.8283.33
HexBBB3F6181B04f74f53
Octal273263366303304367117123
Binary101110111011001111110110110001101101001111011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3F6; }

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

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

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

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

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

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

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

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