#BFBBFB

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

Shades of Lavender Blue #BFBBFB

Tints of Lavender Blue #BFBBFB

Color information

#BFBBFB (or 0xBFBBFB) is unknown color: approx Lavender Blue. HEX triplet: BF, BB and FB. RGB value is (191,187,251). Sum of RGB (Red+Green+Blue) = 191+187+251=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 187 (73.44% from 255 or 29.73% 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 #BFBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBFB is #404404. Grayscale: #C3C3C3. Windows color (decimal): -4211717 or 16497599. OLE color: 16497599.

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

Color convert

RGB191187251-
CMYK0.240.2500.02
HSL243.75º88.89%85.88%-
HSV(B)243.75º25.5%98.43%-
XYZ56.6753.5898.62-
YUV195.49159.33124.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911872510.240.2500.02243.7588.8985.88
HexBFBBFB181902f45956
Octal277273373303102364131126
Binary10111111101110111111101111000110010101111010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBFB; }

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

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

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

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

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

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

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

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