#BBBFFE

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

Shades of Lavender Blue #BBBFFE

Tints of Lavender Blue #BBBFFE

Color information

#BBBFFE (or 0xBBBFFE) is unknown color: approx Lavender Blue. HEX triplet: BB, BF and FE. RGB value is (187,191,254). Sum of RGB (Red+Green+Blue) = 187+191+254=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFE is #444001. Grayscale: #C4C4C4. Windows color (decimal): -4472834 or 16695227. OLE color: 16695227.

HSL color Cylindrical-coordinate representation of color #BBBFFE: hue angle of 236.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBFFE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187191254-
CMYK0.260.2500.00
HSL236.42º97.1%86.47%-
HSV(B)236.42º26.38%99.61%-
XYZ57.0154.98101.37-
YUV196.99160.17120.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=29.59%
G=30.22%
B=40.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871912540.260.2500.00236.4297.186.47
HexBBBFFE1A1900ec6156
Octal273277376323100354141126
Binary1011101110111111111111101101011001001110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFFE; }

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

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

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

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

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

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

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

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