#BBB1FB

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

Shades of Lavender Blue #BBB1FB

Tints of Lavender Blue #BBB1FB

Color information

#BBB1FB (or 0xBBB1FB) is unknown color: approx Lavender Blue. HEX triplet: BB, B1 and FB. RGB value is (187,177,251). Sum of RGB (Red+Green+Blue) = 187+177+251=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1FB is #444E04. Grayscale: #BCBCBC. Windows color (decimal): -4476421 or 16495035. OLE color: 16495035.

HSL color Cylindrical-coordinate representation of color #BBB1FB: hue angle of 248.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB1FB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187177251-
CMYK0.250.2900.02
HSL248.11º90.24%83.92%-
HSV(B)248.11º29.48%98.43%-
XYZ53.6348.9797.89-
YUV188.43163.31126.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=30.41%
G=28.78%
B=40.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871772510.250.2900.02248.1190.2483.92
HexBBB1FB191D02f85a54
Octal273261373313502370132124
Binary10111011101100011111101111001111010101111100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1FB; }

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

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

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

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

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

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

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

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