#BBBDFE

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

Shades of Lavender Blue #BBBDFE

Tints of Lavender Blue #BBBDFE

Color information

#BBBDFE (or 0xBBBDFE) is unknown color: approx Lavender Blue. HEX triplet: BB, BD and FE. RGB value is (187,189,254). Sum of RGB (Red+Green+Blue) = 187+189+254=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFE is #444201. Grayscale: #C3C3C3. Windows color (decimal): -4473346 or 16694715. OLE color: 16694715.

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

Color convert

RGB187189254-
CMYK0.260.2600.00
HSL238.21º97.1%86.47%-
HSV(B)238.21º26.38%99.61%-
XYZ56.5854.12101.23-
YUV195.81160.84121.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=29.68%
G=30%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871892540.260.2600.00238.2197.186.47
HexBBBDFE1A1A00ee6156
Octal273275376323200356141126
Binary1011101110111101111111101101011010001110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDFE; }

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

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

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

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

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

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

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

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