#BBB6F2

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

Shades of Lavender Grey #BBB6F2

Tints of Lavender Grey #BBB6F2

Color information

#BBB6F2 (or 0xBBB6F2) is unknown color: approx Lavender Grey. HEX triplet: BB, B6 and F2. RGB value is (187,182,242). Sum of RGB (Red+Green+Blue) = 187+182+242=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBB6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6F2 is #44490D. Grayscale: #BEBEBE. Windows color (decimal): -4475150 or 15906491. OLE color: 15906491.

HSL color Cylindrical-coordinate representation of color #BBB6F2: hue angle of 245º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB6F2 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187182242-
CMYK0.230.2500.05
HSL245º69.77%83.14%-
HSV(B)245º24.79%94.9%-
XYZ53.2550.4390.93-
YUV190.33157.16125.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=30.61%
G=29.79%
B=39.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871822420.230.2500.0524569.7783.14
HexBBB6F2171905f54653
Octal273266362273105365106123
Binary101110111011011011110010101111100101011111010110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6F2; }

 p { color: rgb(187,182,242); }

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

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

 a { background-color: rgb(187,182,242); }

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

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

 span { border-color: rgb(187,182,242); }

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