#BBB1FE

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

Shades of Lavender Blue #BBB1FE

Tints of Lavender Blue #BBB1FE

Color information

#BBB1FE (or 0xBBB1FE) is unknown color: approx Lavender Blue. HEX triplet: BB, B1 and FE. RGB value is (187,177,254). Sum of RGB (Red+Green+Blue) = 187+177+254=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1FE is #444E01. Grayscale: #BCBCBC. Windows color (decimal): -4476418 or 16691643. OLE color: 16691643.

HSL color Cylindrical-coordinate representation of color #BBB1FE: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB1FE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187177254-
CMYK0.260.3000.00
HSL247.79º97.47%84.51%-
HSV(B)247.79º30.31%99.61%-
XYZ54.1149.16100.4-
YUV188.77164.81126.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=30.26%
G=28.64%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871772540.260.3000.00247.7997.4784.51
HexBBB1FE1A1E00f86155
Octal273261376323600370141125
Binary1011101110110001111111101101011110001111100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1FE; }

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

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

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

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

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

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

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

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