#BBBEFE

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

Shades of Lavender Blue #BBBEFE

Tints of Lavender Blue #BBBEFE

Color information

#BBBEFE (or 0xBBBEFE) is unknown color: approx Lavender Blue. HEX triplet: BB, BE and FE. RGB value is (187,190,254). Sum of RGB (Red+Green+Blue) = 187+190+254=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEFE is #444101. Grayscale: #C4C4C4. Windows color (decimal): -4473090 or 16694971. OLE color: 16694971.

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

Color convert

RGB187190254-
CMYK0.260.2500.00
HSL237.31º97.1%86.47%-
HSV(B)237.31º26.38%99.61%-
XYZ56.854.55101.3-
YUV196.4160.51121.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=29.64%
G=30.11%
B=40.25%

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
Decimal1871902540.260.2500.00237.3197.186.47
HexBBBEFE1A1900ed6156
Octal273276376323100355141126
Binary1011101110111110111111101101011001001110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEFE; }

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

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

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

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

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

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

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

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