#BBB1EF

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

Shades of Melrose #BBB1EF

Tints of Melrose #BBB1EF

Color information

#BBB1EF (or 0xBBB1EF) is unknown color: approx Melrose. HEX triplet: BB, B1 and EF. RGB value is (187,177,239). Sum of RGB (Red+Green+Blue) = 187+177+239=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1EF is #444E10. Grayscale: #BABABA. Windows color (decimal): -4476433 or 15708603. OLE color: 15708603.

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

Color convert

RGB187177239-
CMYK0.220.2600.06
HSL249.68º65.96%81.57%-
HSV(B)249.68º25.94%93.73%-
XYZ51.848.2488.24-
YUV187.06157.31127.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=31.01%
G=29.35%
B=39.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871772390.220.2600.06249.6865.9681.57
HexBBB1EF161A06fa4252
Octal273261357263206372102122
Binary101110111011000111101111101101101001101111101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1EF; }

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

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

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

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

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

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

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

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