#BBBAFB

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

Shades of Lavender Blue #BBBAFB

Tints of Lavender Blue #BBBAFB

Color information

#BBBAFB (or 0xBBBAFB) is unknown color: approx Lavender Blue. HEX triplet: BB, BA and FB. RGB value is (187,186,251). Sum of RGB (Red+Green+Blue) = 187+186+251=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFB is #444504. Grayscale: #C1C1C1. Windows color (decimal): -4474117 or 16497339. OLE color: 16497339.

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

Color convert

RGB187186251-
CMYK0.250.2600.02
HSL240.92º89.04%85.69%-
HSV(B)240.92º25.9%98.43%-
XYZ55.4752.6598.51-
YUV193.71160.33123.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=29.97%
G=29.81%
B=40.22%

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
Decimal1871862510.250.2600.02240.9289.0485.69
HexBBBAFB191A02f15956
Octal273272373313202361131126
Binary10111011101110101111101111001110100101111000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAFB; }

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

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

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

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

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

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

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

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