#BBBCF8

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

Shades of Lavender Blue #BBBCF8

Tints of Lavender Blue #BBBCF8

Color information

#BBBCF8 (or 0xBBBCF8) is unknown color: approx Lavender Blue. HEX triplet: BB, BC and F8. RGB value is (187,188,248). Sum of RGB (Red+Green+Blue) = 187+188+248=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBBCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF8 is #444307. Grayscale: #C2C2C2. Windows color (decimal): -4473608 or 16301243. OLE color: 16301243.

HSL color Cylindrical-coordinate representation of color #BBBCF8: hue angle of 239.02º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBCF8 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187188248-
CMYK0.250.2400.03
HSL239.02º81.33%85.29%-
HSV(B)239.02º24.6%97.25%-
XYZ55.4253.3196.18-
YUV194.54158.17122.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=30.02%
G=30.18%
B=39.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871882480.250.2400.03239.0281.3385.29
HexBBBCF8191803ef5155
Octal273274370313003357121125
Binary10111011101111001111100011001110000111110111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCF8; }

 p { color: rgb(187,188,248); }

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

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

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

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

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

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

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