#bbb0f0

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

Shades of Melrose #BBB0F0

Tints of Melrose #BBB0F0

Color information

#BBB0F0 (or 0xBBB0F0) is unknown color: approx Melrose. HEX triplet: BB, B0 and F0. RGB value is (187,176,240). Sum of RGB (Red+Green+Blue) = 187+176+240=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0F0 is #444F0F. Grayscale: #BABABA. Windows color (decimal): -4476688 or 15773883. OLE color: 15773883.

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

Color convert

RGB187176240-
CMYK0.220.2700.06
HSL250.31º68.09%81.57%-
HSV(B)250.31º26.67%94.12%-
XYZ51.7547.9188.96-
YUV186.58158.14128.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=31.01%
G=29.19%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871762400.220.2700.06250.3168.0981.57
HexBBB0F0161B06fa4452
Octal273260360263306372104122
Binary101110111011000011110000101101101101101111101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb0f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb0f0; }

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

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

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

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

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

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

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

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