#BBB7F0

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

Shades of Lavender Grey #BBB7F0

Tints of Lavender Grey #BBB7F0

Color information

#BBB7F0 (or 0xBBB7F0) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and F0. RGB value is (187,183,240). Sum of RGB (Red+Green+Blue) = 187+183+240=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7F0 is #44480F. Grayscale: #BEBEBE. Windows color (decimal): -4474896 or 15775675. OLE color: 15775675.

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

Color convert

RGB187183240-
CMYK0.220.2400.06
HSL244.21º65.52%82.94%-
HSV(B)244.21º23.75%94.12%-
XYZ53.1650.7289.43-
YUV190.69155.83125.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=30.66%
G=30%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871832400.220.2400.06244.2165.5282.94
HexBBB7F0161806f44253
Octal273267360263006364102123
Binary101110111011011111110000101101100001101111010010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7F0; }

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

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

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

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

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

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

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

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