#BBB0FC

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

Shades of Lavender Blue #BBB0FC

Tints of Lavender Blue #BBB0FC

Color information

#BBB0FC (or 0xBBB0FC) is unknown color: approx Lavender Blue. HEX triplet: BB, B0 and FC. RGB value is (187,176,252). Sum of RGB (Red+Green+Blue) = 187+176+252=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FC is #444F03. Grayscale: #BBBBBB. Windows color (decimal): -4476676 or 16560315. OLE color: 16560315.

HSL color Cylindrical-coordinate representation of color #BBB0FC: hue angle of 248.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB0FC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187176252-
CMYK0.260.3000.01
HSL248.68º92.68%83.92%-
HSV(B)248.68º30.16%98.82%-
XYZ53.5948.6498.66-
YUV187.95164.14127.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=30.41%
G=28.62%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871762520.260.3000.01248.6892.6883.92
HexBBB0FC1A1E01f95d54
Octal273260374323601371135124
Binary1011101110110000111111001101011110011111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0FC; }

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

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

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

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

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

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

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

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