#BBB1FC

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

Shades of Lavender Blue #BBB1FC

Tints of Lavender Blue #BBB1FC

Color information

#BBB1FC (or 0xBBB1FC) is unknown color: approx Lavender Blue. HEX triplet: BB, B1 and FC. RGB value is (187,177,252). Sum of RGB (Red+Green+Blue) = 187+177+252=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1FC is #444E03. Grayscale: #BCBCBC. Windows color (decimal): -4476420 or 16560571. OLE color: 16560571.

HSL color Cylindrical-coordinate representation of color #BBB1FC: hue angle of 248º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB1FC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187177252-
CMYK0.260.3000.01
HSL248º92.59%84.12%-
HSV(B)248º29.76%98.82%-
XYZ53.7949.0498.73-
YUV188.54163.81126.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.36%
G=28.73%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871772520.260.3000.0124892.5984.12
HexBBB1FC1A1E01f85d54
Octal273261374323601370135124
Binary1011101110110001111111001101011110011111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1FC; }

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

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

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

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

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

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

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

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