#bbbbff

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

Shades of Lavender Blue #BBBBFF

Tints of Lavender Blue #BBBBFF

Color information

#BBBBFF (or 0xBBBBFF) is unknown color: approx Lavender Blue. HEX triplet: BB, BB and FF. RGB value is (187,187,255). Sum of RGB (Red+Green+Blue) = 187+187+255=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBFF is #444400. Grayscale: #C2C2C2. Windows color (decimal): -4473857 or 16759739. OLE color: 16759739.

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

Color convert

RGB187187255-
CMYK0.270.2700
HSL240º100%86.67%-
HSV(B)240º26.67%100%-
XYZ56.3153.33101.93-
YUV194.75162122.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 40.54%
R=29.73%
G=29.73%
B=40.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871872550.270.270024010086.67
HexBBBBFF1B1B00f06457
Octal273273377333300360144127
Binary1011101110111011111111111101111011001111000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbbbff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbbbff; }

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

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

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

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

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

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

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

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