#BBB7F3

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

Shades of Lavender Grey #BBB7F3

Tints of Lavender Grey #BBB7F3

Color information

#BBB7F3 (or 0xBBB7F3) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and F3. RGB value is (187,183,243). Sum of RGB (Red+Green+Blue) = 187+183+243=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7F3 is #44480C. Grayscale: #BEBEBE. Windows color (decimal): -4474893 or 15972283. OLE color: 15972283.

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

Color convert

RGB187183243-
CMYK0.230.2500.05
HSL244º71.43%83.53%-
HSV(B)244º24.69%95.29%-
XYZ53.650.991.79-
YUV191.04157.33125.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 183 (71.88% from 255) = 29.85%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=30.51%
G=29.85%
B=39.64%

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
Decimal1871832430.230.2500.0524471.4383.53
HexBBB7F3171905f44754
Octal273267363273105364107124
Binary101110111011011111110011101111100101011111010010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7F3; }

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

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

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

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

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

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

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

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