#BBBDFA

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

Shades of Lavender Blue #BBBDFA

Tints of Lavender Blue #BBBDFA

Color information

#BBBDFA (or 0xBBBDFA) is unknown color: approx Lavender Blue. HEX triplet: BB, BD and FA. RGB value is (187,189,250). Sum of RGB (Red+Green+Blue) = 187+189+250=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFA is #444205. Grayscale: #C3C3C3. Windows color (decimal): -4473350 or 16432571. OLE color: 16432571.

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

Color convert

RGB187189250-
CMYK0.250.2400.02
HSL238.1º86.3%85.69%-
HSV(B)238.1º25.2%98.04%-
XYZ55.9553.8697.89-
YUV195.36158.84122.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=29.87%
G=30.19%
B=39.94%

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
Decimal1871892500.250.2400.02238.186.385.69
HexBBBDFA191802ee5656
Octal273275372313002356126126
Binary10111011101111011111101011001110000101110111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDFA; }

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

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

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

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

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

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

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

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