#BBBFFA

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

Shades of Lavender Blue #BBBFFA

Tints of Lavender Blue #BBBFFA

Color information

#BBBFFA (or 0xBBBFFA) is unknown color: approx Lavender Blue. HEX triplet: BB, BF and FA. RGB value is (187,191,250). Sum of RGB (Red+Green+Blue) = 187+191+250=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFA is #444005. Grayscale: #C4C4C4. Windows color (decimal): -4472838 or 16433083. OLE color: 16433083.

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

Color convert

RGB187191250-
CMYK0.250.2400.02
HSL236.19º86.3%85.69%-
HSV(B)236.19º25.2%98.04%-
XYZ56.3854.7398.03-
YUV196.53158.17121.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=29.78%
G=30.41%
B=39.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871912500.250.2400.02236.1986.385.69
HexBBBFFA191802ec5656
Octal273277372313002354126126
Binary10111011101111111111101011001110000101110110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFFA; }

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

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

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

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

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

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

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

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