#BBBFFB

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

Shades of Lavender Blue #BBBFFB

Tints of Lavender Blue #BBBFFB

Color information

#BBBFFB (or 0xBBBFFB) is unknown color: approx Lavender Blue. HEX triplet: BB, BF and FB. RGB value is (187,191,251). Sum of RGB (Red+Green+Blue) = 187+191+251=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFB is #444004. Grayscale: #C4C4C4. Windows color (decimal): -4472837 or 16498619. OLE color: 16498619.

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

Color convert

RGB187191251-
CMYK0.250.2400.02
HSL236.25º88.89%85.88%-
HSV(B)236.25º25.5%98.43%-
XYZ56.5454.7998.86-
YUV196.64158.67121.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=29.73%
G=30.37%
B=39.90%

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
Decimal1871912510.250.2400.02236.2588.8985.88
HexBBBFFB191802ec5956
Octal273277373313002354131126
Binary10111011101111111111101111001110000101110110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFFB; }

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

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

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

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

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

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

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

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