#BBB1EB

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

Shades of Melrose #BBB1EB

Tints of Melrose #BBB1EB

Color information

#BBB1EB (or 0xBBB1EB) is unknown color: approx Melrose. HEX triplet: BB, B1 and EB. RGB value is (187,177,235). Sum of RGB (Red+Green+Blue) = 187+177+235=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1EB is #444E14. Grayscale: #BABABA. Windows color (decimal): -4476437 or 15446459. OLE color: 15446459.

HSL color Cylindrical-coordinate representation of color #BBB1EB: hue angle of 250.34º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB1EB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187177235-
CMYK0.200.2500.08
HSL250.34º59.18%80.78%-
HSV(B)250.34º24.68%92.16%-
XYZ51.2148.0185.16-
YUV186.6155.31128.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=31.22%
G=29.55%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871772350.200.2500.08250.3459.1880.78
HexBBB1EB141908fa3b51
Octal273261353243101037273121
Binary101110111011000111101011101001100101000111110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1EB; }

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

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

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

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

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

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

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

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