#BBB9FF

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

Shades of Lavender Blue #BBB9FF

Tints of Lavender Blue #BBB9FF

Color information

#BBB9FF (or 0xBBB9FF) is unknown color: approx Lavender Blue. HEX triplet: BB, B9 and FF. RGB value is (187,185,255). Sum of RGB (Red+Green+Blue) = 187+185+255=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FF is #444600. Grayscale: #C1C1C1. Windows color (decimal): -4474369 or 16759227. OLE color: 16759227.

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

Color convert

RGB187185255-
CMYK0.270.2700
HSL241.71º100%86.27%-
HSV(B)241.71º27.45%100%-
XYZ55.8952.48101.79-
YUV193.58162.66123.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 255 (100% from 255) = 40.67%
R=29.82%
G=29.51%
B=40.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871852550.270.2700241.7110086.27
HexBBB9FF1B1B00f26456
Octal273271377333300362144126
Binary1011101110111001111111111101111011001111001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9FF; }

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

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

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

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

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

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

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

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