#BBB9F9

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

Shades of Lavender Blue #BBB9F9

Tints of Lavender Blue #BBB9F9

Color information

#BBB9F9 (or 0xBBB9F9) is unknown color: approx Lavender Blue. HEX triplet: BB, B9 and F9. RGB value is (187,185,249). Sum of RGB (Red+Green+Blue) = 187+185+249=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9F9 is #444606. Grayscale: #C0C0C0. Windows color (decimal): -4474375 or 16366011. OLE color: 16366011.

HSL color Cylindrical-coordinate representation of color #BBB9F9: hue angle of 241.88º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB9F9 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187185249-
CMYK0.250.2600.02
HSL241.88º84.21%85.1%-
HSV(B)241.88º25.7%97.65%-
XYZ54.9452.196.78-
YUV192.89159.66123.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=30.11%
G=29.79%
B=40.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871852490.250.2600.02241.8884.2185.1
HexBBB9F9191A02f25455
Octal273271371313202362124125
Binary10111011101110011111100111001110100101111001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9F9; }

 p { color: rgb(187,185,249); }

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

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

 a { background-color: rgb(187,185,249); }

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

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

 span { border-color: rgb(187,185,249); }

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