#BBB1FF

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

Shades of Lavender Blue #BBB1FF

Tints of Lavender Blue #BBB1FF

Color information

#BBB1FF (or 0xBBB1FF) is unknown color: approx Lavender Blue. HEX triplet: BB, B1 and FF. RGB value is (187,177,255). Sum of RGB (Red+Green+Blue) = 187+177+255=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1FF is #444E00. Grayscale: #BCBCBC. Windows color (decimal): -4476417 or 16757179. OLE color: 16757179.

HSL color Cylindrical-coordinate representation of color #BBB1FF: hue angle of 247.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBB1FF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187177255-
CMYK0.270.3100
HSL247.69º100%84.71%-
HSV(B)247.69º30.59%100%-
XYZ54.2749.23101.25-
YUV188.88165.31126.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 41.20%
R=30.21%
G=28.59%
B=41.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871772550.270.3100247.6910084.71
HexBBB1FF1B1F00f86455
Octal273261377333700370144125
Binary1011101110110001111111111101111111001111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1FF; }

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

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

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

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

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

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

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

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