#BBB1F6

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

Shades of Melrose #BBB1F6

Tints of Melrose #BBB1F6

Color information

#BBB1F6 (or 0xBBB1F6) is unknown color: approx Melrose. HEX triplet: BB, B1 and F6. RGB value is (187,177,246). Sum of RGB (Red+Green+Blue) = 187+177+246=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1F6 is #444E09. Grayscale: #BBBBBB. Windows color (decimal): -4476426 or 16167355. OLE color: 16167355.

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

Color convert

RGB187177246-
CMYK0.240.2800.04
HSL248.7º79.31%82.94%-
HSV(B)248.7º28.05%96.47%-
XYZ52.8548.6693.8-
YUV187.86160.81127.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=30.66%
G=29.02%
B=40.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871772460.240.2800.04248.779.3182.94
HexBBB1F6181C04f94f53
Octal273261366303404371117123
Binary101110111011000111110110110001110001001111100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1F6; }

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

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

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

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

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

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

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

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