#BBBAFA

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

Shades of Lavender Blue #BBBAFA

Tints of Lavender Blue #BBBAFA

Color information

#BBBAFA (or 0xBBBAFA) is unknown color: approx Lavender Blue. HEX triplet: BB, BA and FA. RGB value is (187,186,250). Sum of RGB (Red+Green+Blue) = 187+186+250=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFA is #444505. Grayscale: #C1C1C1. Windows color (decimal): -4474118 or 16431803. OLE color: 16431803.

HSL color Cylindrical-coordinate representation of color #BBBAFA: hue angle of 240.94º degrees, saturation: 0.86, 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 #BBBAFA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187186250-
CMYK0.250.2600.02
HSL240.94º86.49%85.49%-
HSV(B)240.94º25.6%98.04%-
XYZ55.3152.5897.68-
YUV193.59159.83123.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=30.02%
G=29.86%
B=40.13%

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
Decimal1871862500.250.2600.02240.9486.4985.49
HexBBBAFA191A02f15655
Octal273272372313202361126125
Binary10111011101110101111101011001110100101111000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAFA; }

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

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

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

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

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

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

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

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