#BBB3F1

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

Shades of Melrose #BBB3F1

Tints of Melrose #BBB3F1

Color information

#BBB3F1 (or 0xBBB3F1) is unknown color: approx Melrose. HEX triplet: BB, B3 and F1. RGB value is (187,179,241). Sum of RGB (Red+Green+Blue) = 187+179+241=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F1 is #444C0E. Grayscale: #BCBCBC. Windows color (decimal): -4475919 or 15840187. OLE color: 15840187.

HSL color Cylindrical-coordinate representation of color #BBB3F1: hue angle of 247.74º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB3F1 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187179241-
CMYK0.220.2600.05
HSL247.74º68.89%82.35%-
HSV(B)247.74º25.73%94.51%-
XYZ52.4949.1689.94-
YUV188.46157.65126.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=30.81%
G=29.49%
B=39.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871792410.220.2600.05247.7468.8982.35
HexBBB3F1161A05f84552
Octal273263361263205370105122
Binary101110111011001111110001101101101001011111100010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3F1; }

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

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

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

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

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

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

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

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