#BBC6FB

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

Shades of Lavender Blue #BBC6FB

Tints of Lavender Blue #BBC6FB

Color information

#BBC6FB (or 0xBBC6FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C6 and FB. RGB value is (187,198,251). Sum of RGB (Red+Green+Blue) = 187+198+251=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FB is #443904. Grayscale: #C8C8C8. Windows color (decimal): -4471045 or 16500411. OLE color: 16500411.

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

Color convert

RGB187198251-
CMYK0.250.2100.02
HSL229.69º88.89%85.88%-
HSV(B)229.69º25.5%98.43%-
XYZ58.157.9299.38-
YUV200.75156.36118.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=29.40%
G=31.13%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871982510.250.2100.02229.6988.8985.88
HexBBC6FB191502e65956
Octal273306373312502346131126
Binary10111011110001101111101111001101010101110011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6FB; }

 p { color: rgb(187,198,251); }

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

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

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

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

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

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

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