#BBC5FB

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

Shades of Lavender Blue #BBC5FB

Tints of Lavender Blue #BBC5FB

Color information

#BBC5FB (or 0xBBC5FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C5 and FB. RGB value is (187,197,251). Sum of RGB (Red+Green+Blue) = 187+197+251=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FB is #443A04. Grayscale: #C7C7C7. Windows color (decimal): -4471301 or 16500155. OLE color: 16500155.

HSL color Cylindrical-coordinate representation of color #BBC5FB: hue angle of 230.62º 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 #BBC5FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187197251-
CMYK0.250.2200.02
HSL230.62º88.89%85.88%-
HSV(B)230.62º25.5%98.43%-
XYZ57.8757.4699.31-
YUV200.17156.69118.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=29.45%
G=31.02%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871972510.250.2200.02230.6288.8985.88
HexBBC5FB191602e75956
Octal273305373312602347131126
Binary10111011110001011111101111001101100101110011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5FB; }

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

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

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

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

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

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

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

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