#BBB9FD

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

Shades of Lavender Blue #BBB9FD

Tints of Lavender Blue #BBB9FD

Color information

#BBB9FD (or 0xBBB9FD) is unknown color: approx Lavender Blue. HEX triplet: BB, B9 and FD. RGB value is (187,185,253). Sum of RGB (Red+Green+Blue) = 187+185+253=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FD is #444602. Grayscale: #C1C1C1. Windows color (decimal): -4474371 or 16628155. OLE color: 16628155.

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

Color convert

RGB187185253-
CMYK0.260.2700.01
HSL241.76º94.44%85.88%-
HSV(B)241.76º26.88%99.22%-
XYZ55.5752.35100.1-
YUV193.35161.66123.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=29.92%
G=29.6%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871852530.260.2700.01241.7694.4485.88
HexBBB9FD1A1B01f25e56
Octal273271375323301362136126
Binary1011101110111001111111011101011011011111001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9FD; }

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

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

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

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

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

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

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

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