#BBB6F9

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

Shades of Lavender Blue #BBB6F9

Tints of Lavender Blue #BBB6F9

Color information

#BBB6F9 (or 0xBBB6F9) is unknown color: approx Lavender Blue. HEX triplet: BB, B6 and F9. RGB value is (187,182,249). Sum of RGB (Red+Green+Blue) = 187+182+249=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6F9 is #444906. Grayscale: #BEBEBE. Windows color (decimal): -4475143 or 16365243. OLE color: 16365243.

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

Color convert

RGB187182249-
CMYK0.250.2700.02
HSL244.48º84.81%84.51%-
HSV(B)244.48º26.91%97.65%-
XYZ54.3250.8696.58-
YUV191.13160.66125.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=30.26%
G=29.45%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871822490.250.2700.02244.4884.8184.51
HexBBB6F9191B02f45555
Octal273266371313302364125125
Binary10111011101101101111100111001110110101111010010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6F9; }

 p { color: rgb(187,182,249); }

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

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

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

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

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

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

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