#BBB0EF

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

Shades of Melrose #BBB0EF

Tints of Melrose #BBB0EF

Color information

#BBB0EF (or 0xBBB0EF) is unknown color: approx Melrose. HEX triplet: BB, B0 and EF. RGB value is (187,176,239). Sum of RGB (Red+Green+Blue) = 187+176+239=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0EF is #444F10. Grayscale: #BABABA. Windows color (decimal): -4476689 or 15708347. OLE color: 15708347.

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

Color convert

RGB187176239-
CMYK0.220.2600.06
HSL250.48º66.32%81.37%-
HSV(B)250.48º26.36%93.73%-
XYZ51.647.8588.18-
YUV186.47157.64128.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=31.06%
G=29.24%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1871762390.220.2600.06250.4866.3281.37
HexBBB0EF161A06fa4251
Octal273260357263206372102121
Binary101110111011000011101111101101101001101111101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0EF; }

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

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

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

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

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

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

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

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