#BBB9FC

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

Shades of Lavender Blue #BBB9FC

Tints of Lavender Blue #BBB9FC

Color information

#BBB9FC (or 0xBBB9FC) is unknown color: approx Lavender Blue. HEX triplet: BB, B9 and FC. RGB value is (187,185,252). Sum of RGB (Red+Green+Blue) = 187+185+252=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FC is #444603. Grayscale: #C0C0C0. Windows color (decimal): -4474372 or 16562619. OLE color: 16562619.

HSL color Cylindrical-coordinate representation of color #BBB9FC: hue angle of 241.79º degrees, saturation: 0.92, 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 #BBB9FC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187185252-
CMYK0.260.2700.01
HSL241.79º91.78%85.69%-
HSV(B)241.79º26.59%98.82%-
XYZ55.4152.2999.27-
YUV193.24161.16123.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=29.97%
G=29.65%
B=40.38%

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
Decimal1871852520.260.2700.01241.7991.7885.69
HexBBB9FC1A1B01f25c56
Octal273271374323301362134126
Binary1011101110111001111111001101011011011111001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9FC; }

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

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

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

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

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

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

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

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