#BBB3F5

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

Shades of Melrose #BBB3F5

Tints of Melrose #BBB3F5

Color information

#BBB3F5 (or 0xBBB3F5) is unknown color: approx Melrose. HEX triplet: BB, B3 and F5. RGB value is (187,179,245). Sum of RGB (Red+Green+Blue) = 187+179+245=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBB3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F5 is #444C0A. Grayscale: #BCBCBC. Windows color (decimal): -4475915 or 16102331. OLE color: 16102331.

HSL color Cylindrical-coordinate representation of color #BBB3F5: hue angle of 247.27º degrees, saturation: 0.77, 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 #BBB3F5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187179245-
CMYK0.240.2700.04
HSL247.27º76.74%83.14%-
HSV(B)247.27º26.94%96.08%-
XYZ53.149.493.12-
YUV188.92159.65126.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=30.61%
G=29.30%
B=40.10%

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
Decimal1871792450.240.2700.04247.2776.7483.14
HexBBB3F5181B04f74d53
Octal273263365303304367115123
Binary101110111011001111110101110001101101001111011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3F5; }

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

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

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

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

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

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

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

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