#BBBDFD

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

Shades of Lavender Blue #BBBDFD

Tints of Lavender Blue #BBBDFD

Color information

#BBBDFD (or 0xBBBDFD) is unknown color: approx Lavender Blue. HEX triplet: BB, BD and FD. RGB value is (187,189,253). Sum of RGB (Red+Green+Blue) = 187+189+253=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFD is #444202. Grayscale: #C3C3C3. Windows color (decimal): -4473347 or 16629179. OLE color: 16629179.

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

Color convert

RGB187189253-
CMYK0.260.2500.01
HSL238.18º94.29%86.27%-
HSV(B)238.18º26.09%99.22%-
XYZ56.4254.05100.39-
YUV195.7160.34121.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=29.73%
G=30.05%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871892530.260.2500.01238.1894.2986.27
HexBBBDFD1A1901ee5e56
Octal273275375323101356136126
Binary1011101110111101111111011101011001011110111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDFD; }

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

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

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

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

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

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

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

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