#BBBBFB

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

Shades of Lavender Blue #BBBBFB

Tints of Lavender Blue #BBBBFB

Color information

#BBBBFB (or 0xBBBBFB) is unknown color: approx Lavender Blue. HEX triplet: BB, BB and FB. RGB value is (187,187,251). Sum of RGB (Red+Green+Blue) = 187+187+251=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBFB is #444404. Grayscale: #C2C2C2. Windows color (decimal): -4473861 or 16497595. OLE color: 16497595.

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

Color convert

RGB187187251-
CMYK0.250.2500.02
HSL240º88.89%85.88%-
HSV(B)240º25.5%98.43%-
XYZ55.6853.0798.58-
YUV194.3160122.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=29.92%
G=29.92%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871872510.250.2500.0224088.8985.88
HexBBBBFB191902f05956
Octal273273373313102360131126
Binary10111011101110111111101111001110010101111000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBFB; }

 p { color: rgb(187,187,251); }

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

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

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

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

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

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

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