#BBB2F6

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

Shades of Melrose #BBB2F6

Tints of Melrose #BBB2F6

Color information

#BBB2F6 (or 0xBBB2F6) is unknown color: approx Melrose. HEX triplet: BB, B2 and F6. RGB value is (187,178,246). Sum of RGB (Red+Green+Blue) = 187+178+246=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBB2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F6 is #444D09. Grayscale: #BCBCBC. Windows color (decimal): -4476170 or 16167611. OLE color: 16167611.

HSL color Cylindrical-coordinate representation of color #BBB2F6: hue angle of 247.94º 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 #BBB2F6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187178246-
CMYK0.240.2800.04
HSL247.94º79.07%83.14%-
HSV(B)247.94º27.64%96.47%-
XYZ53.0549.0693.86-
YUV188.44160.48126.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=30.61%
G=29.13%
B=40.26%

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
Decimal1871782460.240.2800.04247.9479.0783.14
HexBBB2F6181C04f84f53
Octal273262366303404370117123
Binary101110111011001011110110110001110001001111100010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2F6; }

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

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

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

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

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

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

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

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