#BBB6FC

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

Shades of Lavender Blue #BBB6FC

Tints of Lavender Blue #BBB6FC

Color information

#BBB6FC (or 0xBBB6FC) is unknown color: approx Lavender Blue. HEX triplet: BB, B6 and FC. RGB value is (187,182,252). Sum of RGB (Red+Green+Blue) = 187+182+252=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6FC is #444903. Grayscale: #BFBFBF. Windows color (decimal): -4475140 or 16561851. OLE color: 16561851.

HSL color Cylindrical-coordinate representation of color #BBB6FC: hue angle of 244.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB6FC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187182252-
CMYK0.260.2800.01
HSL244.29º92.11%85.1%-
HSV(B)244.29º27.78%98.82%-
XYZ54.7951.0599.06-
YUV191.48162.16124.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=30.11%
G=29.31%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871822520.260.2800.01244.2992.1185.1
HexBBB6FC1A1C01f45c55
Octal273266374323401364134125
Binary1011101110110110111111001101011100011111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6FC; }

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

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

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

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

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

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

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

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